From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: andrea crotti Newsgroups: gmane.emacs.help Subject: Re: `align-regexp' fails in Lisp code Date: Thu, 11 Jul 2013 12:55:20 +0100 Message-ID: References: <87r4f7m7hq.fsf@web.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1373543735 9361 80.91.229.3 (11 Jul 2013 11:55:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 11 Jul 2013 11:55:35 +0000 (UTC) Cc: "help-gnu-emacs@gnu.org" To: Michael Heerdegen Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jul 11 13:55:37 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 1UxFTD-0000L6-4J for geh-help-gnu-emacs@m.gmane.org; Thu, 11 Jul 2013 13:55:35 +0200 Original-Received: from localhost ([::1]:39445 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UxFTC-0002Jl-Oq for geh-help-gnu-emacs@m.gmane.org; Thu, 11 Jul 2013 07:55:34 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42700) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UxFT1-0002Je-EG for help-gnu-emacs@gnu.org; Thu, 11 Jul 2013 07:55:24 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UxFSz-0006Fr-JA for help-gnu-emacs@gnu.org; Thu, 11 Jul 2013 07:55:23 -0400 Original-Received: from mail-wi0-x22b.google.com ([2a00:1450:400c:c05::22b]:60837) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UxFSz-0006FT-EN for help-gnu-emacs@gnu.org; Thu, 11 Jul 2013 07:55:21 -0400 Original-Received: by mail-wi0-f171.google.com with SMTP id hj3so12519295wib.4 for ; Thu, 11 Jul 2013 04:55:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=lHhQkmqcGHV8OEl2EJBU/iZzNeFGTthwz9sZehhdwfQ=; b=Ac/mFf4tsqbemxxOtbXsDf+IPGayjgLQ58/v3yqrLuDVAYBlUM4c0pkZN2xaSJG3hm 3j4drAgkm51mmO7wQZW9T/60KfvqzIfCxN2OQ5PpbRmePjDpKcT4Nmiu6Ltq+ITIYQUG LWd45qoyTjj+QMMAho43FafpEUc+L69q0y57A8ZHv0BKXyu3W7/kJerOgwXYnLourWH5 X8gZqrS392eIiDFg2Ex6HLM8fbiDWIqwEcee9SmPSRpGYI97JSAGGz8zGWKIY5aE+l7Q 6dcJtEzKTeafH4+c4y5Mh9uRqUoonNj1XyoAgdyRVtHxsSS8qu2Cz4VmPjuXMZd0TM1n mAaA== X-Received: by 10.180.208.105 with SMTP id md9mr19620759wic.57.1373543720125; Thu, 11 Jul 2013 04:55:20 -0700 (PDT) Original-Received: by 10.194.79.71 with HTTP; Thu, 11 Jul 2013 04:55:20 -0700 (PDT) In-Reply-To: <87r4f7m7hq.fsf@web.de> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::22b X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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:92051 Archived-At: "align-regexp is an interactive autoloaded Lisp function in `align.el'." it says it's interactive in the doc.. 2013/7/10 Michael Heerdegen > Leo Liu writes: > > > On 2013-07-10 08:11 +0800, Raffaele Ricciardi wrote: > > > Marking the whole buffer and calling `align-regexp' interactively does > > > work > > > > Because the function works on a region as stated in its doc-string. > > If that's right (it seems so), then the doc-string should clearly say > that this command is not for non-interactive use, or how it can be > called from Lisp. > > > Michael. > > >