From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Passer By Newsgroups: gmane.emacs.help Subject: Re: Critique my Code, learning elisp Date: Mon, 16 Oct 2006 13:06:57 GMT Organization: EasyNews, UseNet made Easy! Message-ID: <871wp85s0e.fsf@localhost.localdomain> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1161006024 30126 80.91.229.2 (16 Oct 2006 13:40:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 16 Oct 2006 13:40:24 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Oct 16 15:40:23 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GZSha-00024f-7A for geh-help-gnu-emacs@m.gmane.org; Mon, 16 Oct 2006 15:40:22 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GZShZ-0003N1-O9 for geh-help-gnu-emacs@m.gmane.org; Mon, 16 Oct 2006 09:40:21 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!headwall.stanford.edu!newsfeed.news2me.com!news-in-01.newsfeed.easynews.com!easynews.com!easynews!easynews-local!fe10.news.easynews.com.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 16 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 Original-X-Complaints-To: abuse@easynews.com X-Complaints-Info: Please be sure to forward a copy of ALL headers otherwise we will be unable to process your complaint properly. Original-Xref: shelby.stanford.edu gnu.emacs.help:142451 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 Xref: news.gmane.org gmane.emacs.help:38072 Archived-At: Sam Peterson writes: > Not only that, but it seems like when I get an idea for a good elisp > function, it turns out such a thing already exists in Emacs, or > somebody else has written a better version of what I set out to do > :(. Or, something could have been done much more easily with a > Macro. > Ya i hear what you mean, if all the emacs users were as lazy as me about creating new code, i wouldn't be so lazy. I will wait for some experts for your code.