From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: antialiasing for emacs Date: Wed, 30 Jul 2003 16:31:59 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <87u19bbr02.fsf@chicolini.ods.org> <871xwes9vq.fsf@chicolini.ods.org> <87ispnwqez.fsf@tc-1-100.kawasaki.gol.ne.jp> <200307282004.h6SK49wP016439@rum.cs.yale.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1059597500 23364 80.91.224.249 (30 Jul 2003 20:38:20 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 30 Jul 2003 20:38:20 +0000 (UTC) Cc: emacs-devel@gnu.org, miles@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed Jul 30 22:38:19 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19hxiE-00064h-00 for ; Wed, 30 Jul 2003 22:38:18 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19hxkM-0002NY-00 for ; Wed, 30 Jul 2003 22:40:30 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19hxhw-0000Nc-Oy for emacs-devel@quimby.gnus.org; Wed, 30 Jul 2003 16:38:00 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19hxfm-00089h-I0 for emacs-devel@gnu.org; Wed, 30 Jul 2003 16:35:46 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19hxfR-00081U-Qe for emacs-devel@gnu.org; Wed, 30 Jul 2003 16:35:26 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19hxc7-0005tF-Ma for emacs-devel@gnu.org; Wed, 30 Jul 2003 16:31:59 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.20) id 19hxc7-0001Wp-6E; Wed, 30 Jul 2003 16:31:59 -0400 Original-To: "Stefan Monnier" In-reply-to: <200307282004.h6SK49wP016439@rum.cs.yale.edu> (monnier+gnu/emacs@cs.yale.edu) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:15744 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:15744 My patch that makes the signal handler trivial (and handles "async" signals from the QUIT macro instead) should solve this problem once and for all. Can you install it in such a way that it is not hard to remove?