auctex-devel
[Top][All Lists]
Advanced

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

Re: [AUCTeX-devel] afterpage.el


From: Mads Jensen
Subject: Re: [AUCTeX-devel] afterpage.el
Date: Wed, 02 Jan 2013 12:49:55 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:12.0) Gecko/20120430 Thunderbird/12.0.1

On 2013-01-02 10:12, Tassilo Horn wrote:
>> Please accept the attached style for afterpage. It's a tiny package
>> that only provides one command.
> 
> There's no such function `TeX-add-symbol'.  I guess you've meant
> `TeX-add-symbols', right?

Yes. Sorry.

> Please double-check and test your contributions before submitting.

Yes, I'll be more careful with future contributions. Thank you for the
patience.

I have a small suggestion to latex.el: please check if there's a
document environment in the file before inserting one in
`LaTeX-env-document'. I think this can be done with:

  (unless (string-equal (LaTeX-current-environment 100) "document")
    (LaTeX-insert-environment "document"))

I did not find an easier to get the toplevel environment, other than
using a magic number sufficiently big enough.

> Bye,
> Tassilo
-- 
Med Venlig Hilsen / Kind Regards,
Mads Jensen
Rubinsteinsvej 31,st.th
DK-2450 Kbh. SV
Denmark
+45 6168 8518
My brain is my second favorite organ.
      -- Woody Allen

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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