From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Christian Herenz Newsgroups: gmane.emacs.help Subject: Re: Tip of the day Date: Mon, 25 Jun 2007 08:58:43 +0200 Organization: A noiseless patient Spider Message-ID: References: <87ir9ddqxz.fsf@baldur.tsdh.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1182757272 8225 80.91.229.12 (25 Jun 2007 07:41:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 25 Jun 2007 07:41:12 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jun 25 09:41:11 2007 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 1I2jC8-0003R8-De for geh-help-gnu-emacs@m.gmane.org; Mon, 25 Jun 2007 09:41:08 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I2jC8-0006Lh-0U for geh-help-gnu-emacs@m.gmane.org; Mon, 25 Jun 2007 03:41:08 -0400 Original-Path: shelby.stanford.edu!headwall.stanford.edu!newsfeed.news2me.com!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.freenet.de!news.albasani.net!news.motzarella.org!motzarella.org!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 16 Original-X-Trace: tomate.motzarella.org U2FsdGVkX1+JmmRSwHty/OSPg/z49iqAi1gbd27CH7iSH6YkjWtpFyqV1PbqfwsK8FDuYOoxJJn83MXuPFJA/ATt2I3YqSVdGCTVcpB8zqh7dCNj5bR7ZKJC1RqG6vobjB8gQEu84ew= Original-X-Complaints-To: Please send complaints to abuse@motzarella.org with full headers Original-NNTP-Posting-Date: Mon, 25 Jun 2007 06:58:43 +0000 (UTC) In-Reply-To: X-Auth-Sender: U2FsdGVkX1/0KsC20K2Wf7GhbrDN/qUGWW6d642dEl0= User-Agent: Thunderbird 2.0.0.4 (X11/20070613) Original-Xref: shelby.stanford.edu gnu.emacs.help:149675 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:45260 Archived-At: > Yes, if you copy the function to scratch, move the cursor to the line > after the end of the function, you can evaluate it with C-x C-e. You can > then run the code with M-x totd or M-: (totd) . > > Note that you should probably change the 'n' values in the concat > strings to '\n' to get properly formatted output. > > HTH, > > Tyler Hi, Thanks for describing this here, I wondered about the n's ... Now it really looks good! Greetz, Christian