]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Mon, 4 Dec 2006 12:39:58 +0000 (12:39 +0000)
committerKim F. Storm <storm@cua.dk>
Mon, 4 Dec 2006 12:39:58 +0000 (12:39 +0000)
lisp/ChangeLog
lispref/ChangeLog
src/ChangeLog

index 0e9c2c352b283f4b1ded7f627fafef24390a440f..b3e490627949680bd941fa1bc27bf9f2780dc1ba 100644 (file)
@@ -1,3 +1,8 @@
+2006-12-04  Kim F. Storm  <storm@cua.dk>
+
+       * bindings.el (global-map): Bind [signal t] to ignore, to have
+       user signals ignored by default.
+
 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
 
        * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
index 312932c591a7023109cd8608c1e8252c6e504d77..88aeae85b25d7c7cfa52ecfa9fc35ff3ffa04614 100644 (file)
@@ -1,3 +1,8 @@
+2006-12-04  Kim F. Storm  <storm@cua.dk>
+
+       * commands.texi (Misc Events): Update signal events.
+       (Event Examples): Add signal example.
+
 2006-11-29  Richard Stallman  <rms@gnu.org>
 
        * frames.texi (Visibility of Frames): Explain visible windows
index 0fa931f4903bc7cfa4095c9b2966bd8aaff95bdb..47aa3d6054b731094b3d87a6c3e22a4b5eb5f7c4 100644 (file)
@@ -9,12 +9,13 @@
        if first event in [signal xxx] sequence.
        (lispy_user_signals, Qusr1_signal, Qusr2_signal): Remove.
        (syms_of_keyboard): Don't intern and staticpro them.
-       (Qsignal, Qusr1, Qusr2): Declare.
-       (syms_of_keyboard): Intern and staticpro them.
-       (make_lispy_event): Return them for USER_SIGNAL_EVENTs.
+       (Qsignal): Declare here.
+       (syms_of_keyboard): Intern and staticpro it.
+       (make_lispy_event): Use it.  Intern symbols on the fly for other
+       USER_SIGNAL_EVENTs events.
 
        * process.c (Qsignal): Declare extern.
-       (syms_of_process): Don't intern/staticpro them here.
+       (syms_of_process): Don't intern/staticpro it here.
 
        * process.c (read_process_output): Abort if carryover < 0.