all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#19846: 25.0.50; Problem with auto-fill-mode and C mode
@ 2015-02-12 18:37 martin rudalics
  2015-02-13 17:07 ` Stefan Monnier
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: martin rudalics @ 2015-02-12 18:37 UTC (permalink / raw)
  To: 19846

With current trunk/master and emacs -Q evaluate the following form

(add-hook
  'c-mode-hook
  '(lambda ()
     (turn-on-auto-fill)
     (set (make-local-variable 'fill-column) 72)))

and visit ~/src/xterm.c.  Go to the end of that file, move a few lines
backwards so that point is at the beginning of some non-empty line
within the doc-string of `x-frame-normalize-before-maximize' (which is
coded as a C comment).  Now keep the SPC key pressed.  Here Emacs
consumes the entire available CPU and eventually redisplay gets stuck
completely.  This used to work without problems in Emacs 24.3.

In GNU Emacs 25.0.50.1 (i686-pc-mingw32)
  of 2015-02-12 on MACHNO
Repository revision: da726ad0c6177a3442a374a135f40a24945d362c
Windowing system distributor `Microsoft Corp.', version 5.1.2600
Configured using:
  `configure --prefix=/c/emacs-git/trunk --enable-checking=yes
  --enable-check-lisp-object-type=yes 'CFLAGS=-O0 -g3''

martin





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

end of thread, other threads:[~2022-05-01 14:55 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-12 18:37 bug#19846: 25.0.50; Problem with auto-fill-mode and C mode martin rudalics
2015-02-13 17:07 ` Stefan Monnier
     [not found] ` <jwv4mqp91vo.fsf-monnier+emacsbugs@gnu.org>
2015-02-13 18:27   ` martin rudalics
     [not found] ` <mailman.19768.1423766347.1147.bug-gnu-emacs@gnu.org>
2015-02-14 11:48   ` Alan Mackenzie
2015-02-14 16:31     ` Alan Mackenzie
2015-02-14 18:21     ` martin rudalics
2022-05-01 10:08       ` Lars Ingebrigtsen
2022-05-01 11:35         ` Alan Mackenzie
     [not found]         ` <Ym5wnNUf/qHOVi9F@ACM>
2022-05-01 11:44           ` Lars Ingebrigtsen
2022-05-01 14:53             ` Alan Mackenzie
2022-05-01 14:55               ` Lars Ingebrigtsen

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.