From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: Customizing faces with `defcustom' Date: Sun, 01 Jan 2006 11:10:26 -0500 Message-ID: References: <43103F48.1020804@gmx.at> <4313F4CB.10200@gmx.at> <4375A332.6070000@gmx.at> <87fyperhgd.fsf@jurta.org> <438D5913.7030801@gmx.at> <43ABFA5C.2080302@gmx.at> <87y82afehi.fsf@jurta.org> <43B01C54.2040005@gmx.at> <87oe32fmt0.fsf@jurta.org> <43B26315.20005@gmx.at> <87acekpoho.fsf@jurta.org> <87zmmjxg1t.fsf@jurta.org> <8764p6yp8g.fsf@jurta.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1136131920 12285 80.91.229.2 (1 Jan 2006 16:12:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 1 Jan 2006 16:12:00 +0000 (UTC) Cc: rudalics@gmx.at, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 01 17:11:57 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Et5oH-00039x-Mk for ged-emacs-devel@m.gmane.org; Sun, 01 Jan 2006 17:11:53 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Et5po-0001F6-Jx for ged-emacs-devel@m.gmane.org; Sun, 01 Jan 2006 11:13:28 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Et5pY-0001Ei-IO for emacs-devel@gnu.org; Sun, 01 Jan 2006 11:13:12 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Et5pY-0001EU-1w for emacs-devel@gnu.org; Sun, 01 Jan 2006 11:13:12 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Et5pX-0001EQ-OA for emacs-devel@gnu.org; Sun, 01 Jan 2006 11:13:11 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Et5qR-0007iq-Ea for emacs-devel@gnu.org; Sun, 01 Jan 2006 11:14:07 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1Et5ms-0000Zr-Mq; Sun, 01 Jan 2006 11:10:26 -0500 Original-To: Juri Linkov In-reply-to: <8764p6yp8g.fsf@jurta.org> (message from Juri Linkov on Sat, 31 Dec 2005 02:48:15 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:48600 Archived-At: I'm not sure which is better. Since `previous-buffer' and `next-buffer' (that use the frame-local buffer list) currently are unfinished (they require more changes in C after the release) they don't work reliably, so maybe mouse-1 and mouse-3 in the mode line should use the global buffer list. Even though it is not convenient, it exhibits predictable behavior. I agree. Could you fix that?