auctex
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [AUCTeX] [PATCH] Add indentation for tabular environment


From: David Kastrup
Subject: Re: [AUCTeX] [PATCH] Add indentation for tabular environment
Date: Fri, 11 Oct 2013 15:50:26 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Tassilo Horn <address@hidden> writes:

> Oleh <address@hidden> writes:
>
> Hi again,
>
>> That one doesn't work either, since I'm calling it on a string, which
>> is a vector and not a list.
>
> Ah, yes, I've overlooked that.
>
>> I just side-stepped the issue by calling `how-may' instead.
>
> Won't work either.  On XEmacs, `how-many' only has one argument REGEXP,
> so you can't restrict it to a region.  :-(

Huh?

(save-restriction
  (narrow-to-region ... ...)
  (goto-char (point-min))
  (how-many ...))

-- 
David Kastrup



reply via email to

[Prev in Thread] Current Thread [Next in Thread]