bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#25013: 26.0.50; parse-partial-sexp ignores string in shell-mode


From: Andreas Röhler
Subject: bug#25013: 26.0.50; parse-partial-sexp ignores string in shell-mode
Date: Thu, 24 Nov 2016 11:19:56 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:45.0) Gecko/20100101 Icedove/45.4.0

M-xshell RET
Insert an unfinished string like

"git commit -m 'My message"

From scratch-buffer call

(let ()
  (set-buffer "*shell*")
  (goto-char (point-max))
  (message "%s" (point))
  (parse-partial-sexp (point-min) (point)))

Tellsnot being in string.

In GNU Emacs 26.0.50.1 (i686-pc-linux-gnu, GTK+ Version 3.14.5)
 of 2016-11-15





reply via email to

[Prev in Thread] Current Thread [Next in Thread]