From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: A Soare Newsgroups: gmane.emacs.devel Subject: Re: lisp-indent-line Date: Mon, 12 Mar 2007 11:50:52 +0100 (CET) Message-ID: <3473856.249191173696652731.JavaMail.www@wwinf4001> Reply-To: alinsoar@voila.fr NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1173696674 26608 80.91.229.12 (12 Mar 2007 10:51:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 12 Mar 2007 10:51:14 +0000 (UTC) Cc: "Emacs Dev \[emacs-devel\]" To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 12 11:51:08 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HQi7O-0000Pa-IA for ged-emacs-devel@m.gmane.org; Mon, 12 Mar 2007 11:51:06 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HQi82-0005gT-Fo for ged-emacs-devel@m.gmane.org; Mon, 12 Mar 2007 05:51:46 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HQi7r-0005gI-Vm for emacs-devel@gnu.org; Mon, 12 Mar 2007 06:51:36 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HQi7q-0005g0-Km for emacs-devel@gnu.org; Mon, 12 Mar 2007 06:51:35 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HQi7q-0005fx-EZ for emacs-devel@gnu.org; Mon, 12 Mar 2007 05:51:34 -0500 Original-Received: from smtp1.voila.fr ([193.252.22.174]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HQi7B-0006IT-P1 for emacs-devel@gnu.org; Mon, 12 Mar 2007 06:50:53 -0400 Original-Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf4007.voila.fr (SMTP Server) with ESMTP id C5A65D800082; Mon, 12 Mar 2007 11:50:52 +0100 (CET) Original-Received: from wwinf4001 (wwinf4001 [172.22.157.28]) by mwinf4007.voila.fr (SMTP Server) with ESMTP id BA57CD800081; Mon, 12 Mar 2007 11:50:52 +0100 (CET) X-ME-UUID: 20070312105052763.BA57CD800081@mwinf4007.voila.fr X-Originating-IP: [89.34.170.37] X-Wum-Nature: EMAIL-NATURE X-WUM-FROM: |~| X-WUM-TO: |~| X-WUM-CC: |~| X-WUM-REPLYTO: |~| X-detected-kernel: Linux 2.4-2.6 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: news.gmane.org gmane.emacs.devel:67783 Archived-At: Look at this code: (save-excursion (goto-char beg) (forward-sexp 1) (setq end (point)) (goto-char beg) (forward-line 1) (setq beg (point)) (> end beg)) Press C-u 1 TAB. with the cursor on the 1st line. Do you think that such a feature is useful for something?