[AUCTeX-devel] [ELPA-diffs] elpa r433: * packages/auctex/auctex-pkg.el: Add :url.

2013-08-08 Thread Stefan Monnier
revno: 433 revision-id: monn...@iro.umontreal.ca-20130809020004-wchassib8v7g6pcq parent: jul...@danjou.info-20130805185400-g8udkbpca0ab5ien committer: Stefan Monnier branch nick: elpa timestamp: Thu 2013-08-08 22:00:04 -0400 message

[AUCTeX-devel] [ELPA-diffs] elpa r415: Bump version number to release the new tex-jp.el

2013-07-03 Thread Stefan Monnier
revno: 415 revision-id: monn...@iro.umontreal.ca-20130703233635-19gmox9sjjwd8ge1 parent: jul...@danjou.info-20130629083454-96bacu87k5h4y2qi committer: Stefan Monnier branch nick: elpa timestamp: Wed 2013-07-03 19:36:35 -0400 message

Re: [AUCTeX-devel] [ELPA-diffs] /srv/bzr/emacs/elpa r312: Update AUCTeX ELPA package to the new 11.87 release.

2012-12-05 Thread Stefan Monnier
>> Can you describe how does the XEmacs-package-building relates to the >> VCS repository? Is it that the CVS layout was chosen specifically to >> match the XEmacs package requirements? > No. XEmacs was supported after the CVS layout had been established. An > XEmacs package is assembled in a ta

Re: [AUCTeX-devel] [ELPA-diffs] /srv/bzr/emacs/elpa r312: Update AUCTeX ELPA package to the new 11.87 release.

2012-12-05 Thread Stefan Monnier
> The XEmacs package building is sort of an aggravation. An XEmacs > package contains all necessary files plus info source files in a rigid > directory layout, possibly not unsimilar to what ELPA or any other > package would do. Can you describe how does the XEmacs-package-building relates to the

Re: bug#7053: [AUCTeX-devel] Re: bug#7053: Reftex is fully broken

2010-09-25 Thread Stefan Monnier
> So I contemplate giving up on the separate repository and maintaining > it in the Emacs repository. But this should likely be discussed in > another thread. You have my vote, Stefan ___ auctex-devel mailing list auctex-devel@gnu.org http://

Re: bug#7053: [AUCTeX-devel] Re: bug#7053: Reftex is fully broken

2010-09-20 Thread Stefan Monnier
ly did nothing when reaching BOB), which I've just fixed. I also additionally installed the patch below which circumvents the bug and also avoids slowing things down unnecessarily. Stefan === modified file 'lisp/ChangeLog' --- lisp/ChangeLog 2010-09-20 21:45:09 + +++ l

Re: bug#7053: [AUCTeX-devel] Re: bug#7053: Reftex is fully broken

2010-09-18 Thread Stefan Monnier
> Since I've never gotten commit access to the Emacs repository I haven't That should be easy to fix. Get a Savannah account, and from there, ask for membership to the Emacs group. > bothered to follow the switch to Bazaar. It might take a while to make > myself acquainted with it. And unfortu

[AUCTeX-devel] Re: BibTeX-mode: Key generation when latin-1 characters appear in author field

2007-08-02 Thread Stefan Monnier
> Does "drop non-ascii chars" mean that "räksmörgås" becomes "rksmrgs", > or "raksmorgas"? I'm afraid you mean the former ... But what would > such a function do to a Greek/Cyrillic/Japanese BibTeX entry? I'd > guess there is nothing left when you drop non-ascii chars. Yup, there's nothing left.

[AUCTeX-devel] Re: BibTeX-mode: Key generation when latin-1 characters appear in author field

2007-08-02 Thread Stefan Monnier
>> text-mode:Grüß Gott >> tex-mode: Gr\"u{\ss} Gott >> german latex-mode:Gr"u"s Gott >> html-mode:Grüß Gott AFAIK, nowadays in LaTeX, you're better off using "Grüß Gott" with the proper input encoding. For HTML mode as well. ELISP> (reftex-latin1-to-ascii

[AUCTeX-devel] Re: Usage of install.el

2007-02-28 Thread Stefan Monnier
>>> One could achieve this with a two-step approach of creating a package and >>> then installing it, of course. >> >> Yes. Although right now there's no code to actually *create* a package ;-) > I know, and I am wondering if install.el would be the right place for > including that functionality

Re: [AUCTeX-devel] Usage of install.el

2007-02-25 Thread Stefan Monnier
> Please also keep in mind people who want to create distribution packages > (deb or rpm or similar): This seems orthogonal. Such package management system typically work on the output of the equivalent of "make install". > - Compilation will most probably be done at the time the deb/rpm is >

[AUCTeX-devel] Re: Usage of install.el

2007-02-25 Thread Stefan Monnier
> As far as I can see the intent is to extract a tar ball at a target > location, e.g. site-lisp, and then compile everything in place. Yes, pretty much. The "all-in-one-place" end result is what really matters. It makes package management tremendously easier: - no need to track sets of files in

Re: [AUCTeX-devel] Re: Repository for RefTeX

2007-01-29 Thread Stefan Monnier
>> That looks OK. If install.el does its job properly it will >> - untar this into the user's elisp repository (~/lib/emacs or ~/share/emacs >> if I were to choose). >> - build the .elc and .info files. >> - construct a "autoloads" file that contains the relevant autoloads, as well >> as commands

Re: [AUCTeX-devel] Re: Repository for RefTeX

2007-01-29 Thread Stefan Monnier
>> One point of note: install.el is meant to be included in Emacs to help >> install external packages (it would then be supplemented with a package >> manager that could list the installed packages, select which ones to >> (de)activate, deinstall, etc..). I.e. it's not meant to be specific to any

Re: [AUCTeX-devel] Re: Repository for RefTeX

2007-01-29 Thread Stefan Monnier
> Would you have any comments and/or would you consider active > participation in a project to move RefTeX and maybe later AUCTeX to an > Elisp-based installation? Sounds like a good idea. > Is the latest version of your style the one > on http://www.iro.umontreal.ca/~monnier/elisp/install.el>?

[AUCTeX-devel] Re: CVS repository synchronization for RefTeX

2006-12-30 Thread Stefan Monnier
> There will be standalone releases of RefTeX. That means files for > building and installing RefTeX as well as files like README, INSTALL, > etc. would have to be added to Emacs' repository. Those can easily be put into the `admin' subdirectory which is not included in Emacs releases. > And we'

[AUCTeX-devel] Re: CVS repository synchronization for RefTeX

2006-12-29 Thread Stefan Monnier
> maintenance of RefTeX will likely be continued by the AUCTeX project. > On the AUCTeX developers list it is currently being discussed how > maintenance of RefTeX will be done in its own CVS repository. > Something it hasn't had before. Since RefTeX is also present in the > CVS repository of Emac

<    1   2