emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: emacs abort backtrace from C-g in Message mode


From: Richard Stallman
Subject: Re: emacs abort backtrace from C-g in Message mode
Date: Sun, 08 May 2005 18:45:43 -0400

Does this fix it?

*** process.c   25 Mar 2005 20:46:49 -0500      1.450
--- process.c   08 May 2005 16:16:15 -0400      
***************
*** 5108,5113 ****
--- 5108,5114 ----
    sigrelse (SIGPIPE);
    sigrelse (SIGALRM);
  #endif /* BSD4_1 */
+   sigunblock (sigmask (SIGPIPE));
    longjmp (send_process_frame, 1);
  }
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]