GNU bug report logs - #65823
30.0.50; sexp mismatches

Previous Next

Package: emacs;

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

Date: Fri, 8 Sep 2023 14:02:01 UTC

Severity: normal

Tags: confirmed

Found in version 30.0.50

Full log


View this message in rfc822 format

From: Andreas Röhler <andreas.roehler <at> easy-emacs.de>
To: 65823 <at> debbugs.gnu.org
Subject: bug#65823: 30.0.50; sexp mismatches
Date: Fri, 8 Sep 2023 16:01:27 +0200
;; Buffer in emacs-lisp-mode.

(defun foo (arg)
  "(Some command \"]\" )  ( "
  ;; ( asdf
  (interactive "p*")
  (message "%s" arg))

;; In example code above go into docstring at opening parenthesis from 
"(Some".
;; M-x forward-sexp RET will match the closing bracket, not the closing
;; parenthesis.

;; Also, when starting from closing parenthesis in docstring, it does 
not get
;; the opening.


;; Second:
;; With cursor at comment line, at open paren before asdf:

;; M-x forward-sexp RET matches the end of defun outside comment.
;; But from there backward-sexp doesn't reach the starting point.

;; Forward- and backward-sexp should correspond WRT of the position reached.

;; When sexp navigation starts from inside a string or comment, it
;; should match only in respective environment.

;; GNU Emacs 30.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 
3.24.33, cairo version 1.16.0) of 2023-09-08





This bug report was last modified 1 year and 268 days ago.

Previous Next


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