From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.help Subject: Re: longlines.el 2.2.5 -- automatically wrap long lines Date: Sun, 06 Feb 2005 11:54:03 -0500 Organization: Bell Sympatico Message-ID: <87sm49r5qn.fsf-monnier+gnu.emacs.sources@gnu.org> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1107709901 30901 80.91.229.2 (6 Feb 2005 17:11:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 6 Feb 2005 17:11:41 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Feb 06 18:11:41 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Cxpwe-0001eD-15 for geh-help-gnu-emacs@m.gmane.org; Sun, 06 Feb 2005 18:11:36 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CxqAb-000729-MV for geh-help-gnu-emacs@m.gmane.org; Sun, 06 Feb 2005 12:26:01 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!cyclone.bc.net!snoopy.risq.qc.ca!nf3.bellglobal.com!nf1.bellglobal.com!nf2.bellglobal.com!news20.bellglobal.com.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.sources,gnu.emacs.help Original-Followup-To: gnu.emacs.help User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:rTlefx926eAVrHJAGjlGwbRoJ7g= Original-Lines: 13 Original-NNTP-Posting-Host: 65.92.240.235 Original-X-Complaints-To: abuse@sympatico.ca Original-X-Trace: news20.bellglobal.com 1107708843 65.92.240.235 (Sun, 06 Feb 2005 11:54:03 EST) Original-NNTP-Posting-Date: Sun, 06 Feb 2005 11:54:03 EST Original-Xref: shelby.stanford.edu gnu.emacs.sources:10971 gnu.emacs.help:128401 Original-To: help-gnu-emacs@gnu.org 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 X-MailScanner-To: geh-help-gnu-emacs@m.gmane.org Xref: main.gmane.org gmane.emacs.help:23920 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:23920 > ;; Save longlines.el in a convenient directory, preferably in > ;; your `load-path'. Add the following to your `user-init-file': > ;; > ;; (autoload 'longlines-mode > ;; "longlines.el" > ;; "Minor mode for automatically wrapping long lines." t) Please place a corresponding ";;;###autoload" cookie just before the define-minor-mode, so that installation of your package can be done by in an automated way (see "install.el" for an example). Stefan