GNU bug report logs - #16737
24.3.50; Yank causes hang

Previous Next

Package: emacs;

Reported by: Sujith Manoharan <sujith <at> msujith.org>

Date: Thu, 13 Feb 2014 03:49:02 UTC

Severity: important

Tags: moreinfo, patch

Merged with 17026, 17101, 17172, 19320, 20283

Found in versions 24.3.50, 24.4, 25.0.50

Done: Tassilo Horn <tsdh <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Stefan Monnier <monnier <at> IRO.UMontreal.CA>
To: 16737 <at> debbugs.gnu.org
Subject: bug#16737: Autoloading `safe-local-variable' properties
Date: Thu, 25 Sep 2014 16:43:22 -0400
Why do we have things like:

   ;;;###autoload(put 'c-backslash-column 'safe-local-variable 'integerp)

instead of just

   (put 'c-backslash-column 'safe-local-variable 'integerp)

?  I mean, shouldn't CC-mode always be loaded by the time we check the
safety of such setting, since the major mode should be set before we set
file-local variables (since otherwise, when we later enable the major
mode, it would re-set the file-local settings).


        Stefan




This bug report was last modified 9 years and 244 days ago.

Previous Next


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