Re: Bug#571122: hyperlatex: (Build-)Depends on emacs22

2010-02-23 Thread Roland Stigge
On 02/23/2010 05:07 PM, Sven Joachim wrote: emacs22 is not supposed to be released with squeeze, so hyperlatex must not (build-)depend on it. I wanted to get back to the debian-emacsen list anyway today. hyperlatex 2.9a-4 now hit the archive where you can see it in the source file: hyperlatex

Emacs 23 breaks hyperlatex

2010-02-22 Thread Roland Stigge
Hi, with emacs22, everything is fine, but emacs23 breaks hyperlatex leading it to FTBFS like this: === cd doc && PATH="/home/ernie/debian/hyperlatex-2.9a/bin:$PATH" HYPERLATEX_PATH="/home/ernie/debian/hyperlatex-2.9a/hlx" HYPERLA

Re: Hyperlatex default emacs key bindings for Debian

2003-08-14 Thread Roland Stigge
Peter S Galbraith wrote: >> FWIW, it looks like C-c ! is still free (HYPERtext -> excitement?) >> as is C-c @. > >Cool. OK, I will take "C-c @", hoping this one to be obscure enough to be unique. :) Consider telling this the next one showing up and asking for "free" keys. :-) Thanks, Aaron, Peter

Re: Hyperlatex default emacs key bindings for Debian

2003-08-13 Thread Roland Stigge
Folks, On Wed, 2003-08-13 at 21:38, Peter S Galbraith wrote: > C-c . runs the command LaTeX-mark-environment >which is an interactive compiled Lisp function in `latex'. > > You could say that's an AUC TeX bug and use it! :-) > > Okay, truth-telling time. I use "C-c b" to store a keymep for

Re: Hyperlatex default emacs key bindings for Debian

2003-08-13 Thread Roland Stigge
On Wed, 2003-08-13 at 19:57, Peter S Galbraith wrote: > > Thanks. Is the additional define-key still appropriate? > > No. The above is all you need. OK. > > > But use a different key again. C-c C-c is already used in AUC-TeX's > > > LaTeX-mode-map: > > > > > > C-c C-c runs the command TeX-com

Re: Hyperlatex default emacs key bindings for Debian

2003-08-13 Thread Roland Stigge
Aaron M. Ucko wrote: > As for the actual binding: "C-c C-c h" is out, because "C-c C-c" is > already bound (quite usefully) to TeX-command-master and therefore > unavailable as a prefix. Perhaps "C-c <"? (Mnemonic: HTML tags start > with "<") Good idea. Hands up against it. Else, I will use this

Re: Hyperlatex default emacs key bindings for Debian

2003-08-13 Thread Roland Stigge
On Wed, 2003-08-13 at 19:11, Peter S Galbraith wrote: > > -(global-set-key "\C-ch" 'hyperlatex-format-buffer) > > +(eval-after-load "latex" > > +'(add-to-list 'after-load-alist > > + '("latex" (define-key LaTeX-mode-map > > + (kbd "C-c C-c h") > > +

Re: Hyperlatex default emacs key bindings for Debian

2003-08-13 Thread Roland Stigge
On Wed, 2003-08-13 at 17:24, Roland Stigge wrote: > +(eval-after-load "latex" > +(add-to-list 'after-load-alist > + '("latex" (define-key LaTeX-mode-map > + (kbd "C-c C-c h") > +

Re: Hyperlatex default emacs key bindings for Debian

2003-08-13 Thread Roland Stigge
On Wed, 2003-08-13 at 16:59, Peter S Galbraith wrote: > > A user complained about the global keymap bindings for hyperlatex > > in emacs. Since Emacs Lisp is not my "native language", please > > acknowledge the following patch: > Perhaps use `eval-after-load' instead of the conditional. Does the

Re: Hyperlatex default emacs key bindings for Debian

2003-08-13 Thread Roland Stigge
Hi, Tatsuya Kinoshita wrote: > Don't use C-c LETTER, because these sequences are reserved for > users. > > "GNU Emacs Lisp Reference Manual": > > | Emacs Lisp CodingConventions > > |* Please do not define `C-c LETTER' as a key in your major modes. > | These sequences are reserved for user

Hyperlatex default emacs key bindings for Debian

2003-08-13 Thread Roland Stigge
Hi, I'm the maintainer of the Debian hyperlatex package. A user complained about the global keymap bindings for hyperlatex in emacs. Since Emacs Lisp is not my "native language", please acknowledge the following patch: == --- de