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: temp_echo_area_glyphs and Emacspeak Date: Sun, 08 Sep 2002 20:22:15 -0400 Sender: emacs-devel-admin@gnu.org Message-ID: References: <87vg5klftd.fsf@lexx.delysid.org> <87r8g7jlog.fsf@lexx.delysid.org> <87admu0wrx.fsf@lexx.delysid.org> Reply-To: rms@gnu.org NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1031531397 18549 127.0.0.1 (9 Sep 2002 00:29:57 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 9 Sep 2002 00:29:57 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17oCRA-0004p3-00 for ; Mon, 09 Sep 2002 02:29:56 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17oD0r-00019G-00 for ; Mon, 09 Sep 2002 03:06:49 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17oCRD-0003fQ-00; Sun, 08 Sep 2002 20:29:59 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17oCJm-00027l-00 for emacs-devel@gnu.org; Sun, 08 Sep 2002 20:22:18 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17oCJk-00027I-00 for emacs-devel@gnu.org; Sun, 08 Sep 2002 20:22:17 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17oCJj-00027C-00 for emacs-devel@gnu.org; Sun, 08 Sep 2002 20:22:15 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 17oCJj-0002ic-00; Sun, 08 Sep 2002 20:22:15 -0400 Original-To: mlang@delysid.org In-reply-to: <87admu0wrx.fsf@lexx.delysid.org> (message from Mario Lang on Sat, 07 Sep 2002 15:11:46 +0200) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:7728 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:7728 Just one question: Where should the lisp defvar go? I didn't find any suitable .el file in lisp/ at first glance. subr.el will do. Yes, will do. I looked at the code, and I'm a bit confused where to call such a message-hook actually. At first glance, I'd say in message3 in xdisp.c, but there is also message2 and the various no_log and dolog variants. Some of these call each other. Find the one or two places that the others call, and change those.