From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nicolas Richard Newsgroups: gmane.emacs.help Subject: Re: `align-regexp' fails in Lisp code Date: Thu, 11 Jul 2013 14:02:55 +0200 Message-ID: <87bo691ez4.fsf@yahoo.fr> References: <87r4f7m7hq.fsf@web.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1373544199 13862 80.91.229.3 (11 Jul 2013 12:03:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 11 Jul 2013 12:03:19 +0000 (UTC) Cc: Michael Heerdegen , "help-gnu-emacs@gnu.org" To: andrea crotti Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jul 11 14:03:19 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UxFac-0007L4-TW for geh-help-gnu-emacs@m.gmane.org; Thu, 11 Jul 2013 14:03:15 +0200 Original-Received: from localhost ([::1]:42404 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UxFac-0004Ul-0p for geh-help-gnu-emacs@m.gmane.org; Thu, 11 Jul 2013 08:03:14 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44845) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UxFaF-0004Qn-BG for help-gnu-emacs@gnu.org; Thu, 11 Jul 2013 08:02:55 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UxFaA-0000PU-Mi for help-gnu-emacs@gnu.org; Thu, 11 Jul 2013 08:02:51 -0400 Original-Received: from mxin.ulb.ac.be ([164.15.128.112]:11469) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UxFaA-0000P6-G2 for help-gnu-emacs@gnu.org; Thu, 11 Jul 2013 08:02:46 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ap4EAJid3lGkD4Nx/2dsb2JhbABaxViBHHSCJAEFeRAIAyElDwEEDTwTh3wBAw+mUYdGAUoNiFGMeIJpB4N1A5VxgWmGEIYUhSaDEzo Original-Received: from geodiff-mac3.ulb.ac.be (HELO geodiff-mac3) ([164.15.131.113]) by smtp.ulb.ac.be with ESMTP; 11 Jul 2013 14:02:45 +0200 In-Reply-To: (andrea crotti's message of "Thu, 11 Jul 2013 12:55:20 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 164.15.128.112 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:92052 Archived-At: andrea crotti writes: > "align-regexp is an interactive autoloaded Lisp function in `align.el'." > > it says it's interactive in the doc.. And so is goto-char : "goto-char is an interactive built-in function in `editfns.c'." This doesn't mean that goto-char shouldn't be used from lisp. -- Nico.