From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: sergio Newsgroups: gmane.emacs.help Subject: howto disable automatic config editing Date: Fri, 02 Dec 2011 06:41:54 +0400 Message-ID: <4ED83AF2.4050100@sergio.spb.ru> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1322793734 28290 80.91.229.12 (2 Dec 2011 02:42:14 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 2 Dec 2011 02:42:14 +0000 (UTC) To: Emacs help Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Dec 02 03:42:11 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RWJ4k-0003dd-Vu for geh-help-gnu-emacs@m.gmane.org; Fri, 02 Dec 2011 03:42:11 +0100 Original-Received: from localhost ([::1]:33938 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RWJ4k-0002kv-B9 for geh-help-gnu-emacs@m.gmane.org; Thu, 01 Dec 2011 21:42:10 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:45570) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RWJ4g-0002kf-1c for help-gnu-emacs@gnu.org; Thu, 01 Dec 2011 21:42:07 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RWJ4e-00045C-Is for help-gnu-emacs@gnu.org; Thu, 01 Dec 2011 21:42:06 -0500 Original-Received: from outerface.net ([195.70.199.109]:39715) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RWJ4e-00043X-Ag for help-gnu-emacs@gnu.org; Thu, 01 Dec 2011 21:42:04 -0500 Original-Received: from [188.134.66.115] (port=37850 helo=[192.168.1.35]) by outerface.net with esmtpsa (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1RWJ4P-0001Ic-2k for help-gnu-emacs@gnu.org; Fri, 02 Dec 2011 05:41:49 +0300 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:8.0) Gecko/20111109 Icedove/8.0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 195.70.199.109 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:83112 Archived-At: Hello. I want to disable automatic editing my emacs config file. I want to edit it only by hand. Type emacs .emacs.d/init.el and make changes. I've already added here (setq custom-file "/dev/null") but now, after pressing C-x C-u and answer yes I've received one more line here: (put 'upcase-region 'disabled nil) How to stop this hell? -- sergio.