From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.emacs.devel Subject: Re: a simple convenience function Date: 15 Nov 2004 01:45:29 -0500 Message-ID: References: <200411142336.00131.pogonyshev@gmx.net> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1100501190 28828 80.91.229.6 (15 Nov 2004 06:46:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 15 Nov 2004 06:46:30 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 15 07:46:12 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CTacu-0004L8-00 for ; Mon, 15 Nov 2004 07:46:12 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CTala-0007cb-HO for ged-emacs-devel@m.gmane.org; Mon, 15 Nov 2004 01:55:10 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CTalO-0007cS-3P for emacs-devel@gnu.org; Mon, 15 Nov 2004 01:54:58 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CTalN-0007c3-BR for emacs-devel@gnu.org; Mon, 15 Nov 2004 01:54:57 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CTalN-0007c0-8M for emacs-devel@gnu.org; Mon, 15 Nov 2004 01:54:57 -0500 Original-Received: from [207.245.121.140] (helo=colo.agora-net.com) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1CTacD-0003ON-Fb for emacs-devel@gnu.org; Mon, 15 Nov 2004 01:45:29 -0500 Original-Received: from ttn by colo.agora-net.com with local (Exim 4.41) id 1CTacD-000304-8O; Mon, 15 Nov 2004 01:45:29 -0500 Original-To: Paul Pogonyshev In-Reply-To: Paul Pogonyshev's message of "Sun, 14 Nov 2004 23:36:00 +0200" Original-Lines: 11 X-Mailer: Gnus v5.7/Emacs 20.7 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:29858 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:29858 Paul Pogonyshev writes: (defun beginning-of-line-smart (&optional n) ...) see also codeline.el: http://www.glug.org/people/ttn/software/ttn-pers-elisp/dist-lisp-index.html it behaves similarly, and additionally in the other direction. thi