unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#7558: 23.2.90; Emacs Segmentation fault
@ 2010-12-05 13:55 Leo
  2011-07-13  2:26 ` Glenn Morris
  0 siblings, 1 reply; 3+ messages in thread
From: Leo @ 2010-12-05 13:55 UTC (permalink / raw)
  To: 7558

1. Emacs -q

2. eval

(progn (require 'dired)
       (font-lock-add-keywords 'dired-mode
                               `((,dired-re-sym
                                  ((lambda (bound)
                                     (when (search-forward "->" bound t)
                                       (let ((inhibit-read-only t))
                                         (save-match-data (replace-match "x")))
                                       (point)))
                                   nil nil (0 font-lock-warning-face prepend))))
                               t))

3. Enter a directory (C-x d) with some broken symbolic link

Segfault.

Leo





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-07-13  3:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-05 13:55 bug#7558: 23.2.90; Emacs Segmentation fault Leo
2011-07-13  2:26 ` Glenn Morris
2011-07-13  3:59   ` Leo

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).