From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: jidanni@jidanni.org Newsgroups: gmane.emacs.help Subject: Re: how to turn on showing end of file? Date: Tue, 15 Sep 2009 07:45:55 +0800 Message-ID: <87tyz5um30.fsf@jidanni.org> References: <3051BB28-53B4-41A0-8864-83B9878BF9E7@web.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1252971996 1848 80.91.229.12 (14 Sep 2009 23:46:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 14 Sep 2009 23:46:36 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: peter_dyballa@web.de Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Sep 15 01:46:29 2009 Return-path: Envelope-to: geh-help-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 1MnLFc-00029F-UN for geh-help-gnu-emacs@m.gmane.org; Tue, 15 Sep 2009 01:46:29 +0200 Original-Received: from localhost ([127.0.0.1]:60994 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MnLFc-0007wh-95 for geh-help-gnu-emacs@m.gmane.org; Mon, 14 Sep 2009 19:46:28 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MnLFE-0007uD-QE for help-gnu-emacs@gnu.org; Mon, 14 Sep 2009 19:46:04 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MnLFA-0007pd-5i for help-gnu-emacs@gnu.org; Mon, 14 Sep 2009 19:46:04 -0400 Original-Received: from [199.232.76.173] (port=55831 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MnLFA-0007pa-1N for help-gnu-emacs@gnu.org; Mon, 14 Sep 2009 19:46:00 -0400 Original-Received: from caiajhbdcagg.dreamhost.com ([208.97.132.66]:42719 helo=homiemail-a14.g.dreamhost.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MnLF8-0004r3-QZ for help-gnu-emacs@gnu.org; Mon, 14 Sep 2009 19:45:59 -0400 Original-Received: from jidanni.org (218-163-3-190.dynamic.hinet.net [218.163.3.190]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by homiemail-a14.g.dreamhost.com (Postfix) with ESMTPSA id BCD298C063; Mon, 14 Sep 2009 16:45:57 -0700 (PDT) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:68149 Archived-At: PD> I'd simply use the customise interface! Writing Elisp code... Sorry, for me I hate the customise interface, and can only deal with (setq ...) stuff.