From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Bruce Korb" Newsgroups: gmane.emacs.bugs Subject: dead code removal -- Re: HOW CAN I STOP THIS NOVICE MODE STUFF? Date: Thu, 3 Jan 2008 06:12:26 -0800 Message-ID: <668c430c0801030612nf17922fy1e69ffec7d107c7d@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1199373594 1571 80.91.229.12 (3 Jan 2008 15:19:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 3 Jan 2008 15:19:54 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org To: "Dan Nicolaescu" Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Jan 03 16:20:14 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 1JARrh-00078f-KA for geb-bug-gnu-emacs@m.gmane.org; Thu, 03 Jan 2008 16:20:13 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JARrL-0005Jf-Cm for geb-bug-gnu-emacs@m.gmane.org; Thu, 03 Jan 2008 10:19:51 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JARqw-000569-1p for bug-gnu-emacs@gnu.org; Thu, 03 Jan 2008 10:19:26 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JARqv-00055N-8y for bug-gnu-emacs@gnu.org; Thu, 03 Jan 2008 10:19:25 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JARqv-000556-2I for bug-gnu-emacs@gnu.org; Thu, 03 Jan 2008 10:19:25 -0500 Original-Received: from mx20.gnu.org ([199.232.41.8]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JARqu-0001fd-OU for bug-gnu-emacs@gnu.org; Thu, 03 Jan 2008 10:19:24 -0500 Original-Received: from ag-out-0708.google.com ([72.14.246.244]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JAQoG-000862-Th for bug-gnu-emacs@gnu.org; Thu, 03 Jan 2008 09:12:37 -0500 Original-Received: by ag-out-0708.google.com with SMTP id 23so1212686agd.10 for ; Thu, 03 Jan 2008 06:12:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:mime-version:content-type:content-transfer-encoding:content-disposition; bh=CVfUPlgOiylgr4cLbsmjwCjnhJpBoFX0u8zL4izU6rQ=; b=CMeKkoVAfKKK2cErubROKaL0Rs6DVWU/05ZNWRJHdDZ308q81ZmoOB9hQuVNGv3XL9h74xxomtulCFvXomurkjyB2OCC/702w7ssHoiZCThx8hVkQuQAkL4BG2MmKss2kF/xBF/E65/TpPJGEJTc3dLrerRcfBBk0f556cgGPwo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:mime-version:content-type:content-transfer-encoding:content-disposition; b=ofKeGQnIizg7o/71nqR7mWSB6NWHLWlwU7iO1I2u+naJHitONECBlzTaXLw7lDJ+itA4Kz5A2XY2umn9znJ3KfJdO0+FZQ8UNoAVbQcABD+jvRxrRpaH3Q8ko9hkkm949nvtmZCEKWax4EbI9lEafST96SVYBG+6GpVqNMXEw8w= Original-Received: by 10.150.158.8 with SMTP id g8mr4169450ybe.25.1199369546418; Thu, 03 Jan 2008 06:12:26 -0800 (PST) Original-Received: by 10.150.220.1 with HTTP; Thu, 3 Jan 2008 06:12:26 -0800 (PST) Content-Disposition: inline X-detected-kernel: by mx20.gnu.org: Linux 2.6 (newer, 2) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:17289 Archived-At: On Jan 2, 2008 4:44 PM, Dan Nicolaescu wrote: > > What I think I am asking for is documentation on how to make this test: > > > > (eq enable-local-variables :all) > > > > yield "#t" (or however it is spelled in emacs lisp). > > Would that be: > > > > (set enable-local-variables :all) > > > > in my .emacs file? Another part of my request is that I think it > > is a little over the top to have to delve into the emacs lisp code > > to the point were I found the ``(eq enable-local-variables :all)'' > > test at all. :( > > As I said in my previous email there's no way to do this and AFAIK no > desire to do it because [...] I remembered that you said that, but I found that code and made the assumption that if the ``(eq enable-local-variables :all)'' expression is in the code, then there is also some way to cause it to yield "true". I guess not. :) Perhaps the line should be removed.