From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Luc Teirlinck Newsgroups: gmane.emacs.devel Subject: Further problem with recent changes to custom-magic-alist. Date: Mon, 14 Feb 2005 18:55:27 -0600 (CST) Message-ID: <200502150055.j1F0tRZ05963@raven.dms.auburn.edu> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1108429924 514 80.91.229.2 (15 Feb 2005 01:12:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 15 Feb 2005 01:12:04 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 15 02:12:03 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D0rFR-0007mP-3u for ged-emacs-devel@m.gmane.org; Tue, 15 Feb 2005 02:11:33 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D0rV4-0005Rz-U6 for ged-emacs-devel@m.gmane.org; Mon, 14 Feb 2005 20:27:38 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D0rTu-00057H-Ed for emacs-devel@gnu.org; Mon, 14 Feb 2005 20:26:26 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D0rTi-00052G-AP for emacs-devel@gnu.org; Mon, 14 Feb 2005 20:26:16 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D0rTh-0004yY-H7 for emacs-devel@gnu.org; Mon, 14 Feb 2005 20:26:13 -0500 Original-Received: from [131.204.53.104] (helo=manatee.dms.auburn.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D0r1d-0003yQ-7E for emacs-devel@gnu.org; Mon, 14 Feb 2005 19:57:13 -0500 Original-Received: from raven.dms.auburn.edu (raven.dms.auburn.edu [131.204.53.29]) by manatee.dms.auburn.edu (8.12.10/8.12.10) with ESMTP id j1F0vC9N005330 for ; Mon, 14 Feb 2005 18:57:12 -0600 (CST) Original-Received: (from teirllm@localhost) by raven.dms.auburn.edu (8.11.7p1+Sun/8.11.7) id j1F0tRZ05963; Mon, 14 Feb 2005 18:55:27 -0600 (CST) X-Authentication-Warning: raven.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: emacs-devel@gnu.org 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 X-MailScanner-To: ged-emacs-devel@m.gmane.org Xref: main.gmane.org gmane.emacs.devel:33442 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:33442 I have a further problem with the recent changes to custom-magic-alist: You have set this %c and saved it through Customize in your init file. This is too long. It produces lots of ugly continuation lines. It also is inaccurate if custom-file is non-nil. What about just: You have set and saved this %c through Customize. Sincerely, Luc.