From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.bugs Subject: Re: Initialization customization not being saved : solved ! Date: Wed, 2 Apr 2008 17:22:29 +0200 Message-ID: References: <380-2200842117384265@earthlink.net> <47F34770.7050206@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1207149787 3771 80.91.229.12 (2 Apr 2008 15:23:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 2 Apr 2008 15:23:07 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org, mu8ja0i@earthlink.net To: "Stefan Monnier" Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Apr 02 17:23:39 2008 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Jh4o6-0000Zi-MW for geb-bug-gnu-emacs@m.gmane.org; Wed, 02 Apr 2008 17:23:22 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jh4nU-0001Mr-9Y for geb-bug-gnu-emacs@m.gmane.org; Wed, 02 Apr 2008 11:22:44 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jh4nO-0001MA-TJ for bug-gnu-emacs@gnu.org; Wed, 02 Apr 2008 11:22:38 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jh4nK-0001KC-I2 for bug-gnu-emacs@gnu.org; Wed, 02 Apr 2008 11:22:38 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jh4nK-0001K6-6L for bug-gnu-emacs@gnu.org; Wed, 02 Apr 2008 11:22:34 -0400 Original-Received: from rn-out-0910.google.com ([64.233.170.190]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jh4nJ-0003pB-82 for bug-gnu-emacs@gnu.org; Wed, 02 Apr 2008 11:22:34 -0400 Original-Received: by rn-out-0910.google.com with SMTP id e21so1838282rng.6 for ; Wed, 02 Apr 2008 08:22:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=yvzUZQHEL2tHCNEDVgwjkfZTd5Qt1GwukKGCi2GZApc=; b=mXmCA7NW/08CEgbYTM55Tgv1tYuAOX0uokAlTmcsu7jWZqfehwoYmv/Z9xrGdhSJeloJHpcKikae9h7v9/wrQD1FTxb4vh1dc2Zw06ajs+LYFH0EcLURmlT5R8TZh9LTsOaXSsDH0KfiHq5jFTt4tmuHswPAv4CIfrnzzqSodgM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Di3ET9V5bGBAPWGhIKb6/zwVbC96P8ljsdy2oZB0feS+cjD+ZJR/YkOwh/RtkUXGEv1OwQuxw2fTLHzyzrxYe8AXaISXieGfsjCKkBB3GXBv1dnlz36T3zXKwqjWXz8xr8/VGHCOhsYvPEhfGAKUkobun+qlBm/NyiNXb85awLw= Original-Received: by 10.114.190.6 with SMTP id n6mr15036910waf.51.1207149749491; Wed, 02 Apr 2008 08:22:29 -0700 (PDT) Original-Received: by 10.115.72.13 with HTTP; Wed, 2 Apr 2008 08:22:29 -0700 (PDT) In-Reply-To: Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:17785 Archived-At: On Wed, Apr 2, 2008 at 4:54 PM, Stefan Monnier wrote: > (5) Warn the user that byte-compiling his file is *strongly* discouraged. That's fair, if you can turn it off. > (6) Never even look at ~/.emacs.elc That's not. Juanma