* 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
* bug#7558: 23.2.90; Emacs Segmentation fault
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
0 siblings, 1 reply; 3+ messages in thread
From: Glenn Morris @ 2011-07-13 2:26 UTC (permalink / raw)
To: Leo; +Cc: 7558
I can't reproduce this. Details of platform, etc?
Backtrace?
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#7558: 23.2.90; Emacs Segmentation fault
2011-07-13 2:26 ` Glenn Morris
@ 2011-07-13 3:59 ` Leo
0 siblings, 0 replies; 3+ messages in thread
From: Leo @ 2011-07-13 3:59 UTC (permalink / raw)
To: Glenn Morris; +Cc: 7558
On 2011-07-13 10:26 +0800, Glenn Morris wrote:
> I can't reproduce this. Details of platform, etc?
> Backtrace?
I cannot reproduce it either so it might have been fixed.
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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.