GNU bug report logs - #25013
26.0.50; parse-partial-sexp ignores string in shell-mode

Previous Next

Package: emacs;

Reported by: Andreas Röhler <andreas.roehler <at> easy-emacs.de>

Date: Thu, 24 Nov 2016 10:12:02 UTC

Severity: minor

Tags: notabug

Found in version 26.0.50

Done: npostavs <at> users.sourceforge.net

Bug is archived. No further changes may be made.

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Andreas Röhler <andreas.roehler <at> easy-emacs.de>
To: bug-gnu-emacs <at> gnu.org
Subject: 26.0.50; parse-partial-sexp ignores string in shell-mode
Date: Thu, 24 Nov 2016 11:19:56 +0100
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




This bug report was last modified 8 years and 59 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.