emacs-unicode: crash in char_string()

2007-04-11 Thread Lawrence Mitchell
_MODIFIER_MASK) { /* As an non-ASCII character can't have modifier bits, we just ChangeLog entry 2007-04-11 Lawrence Mitchell <[EMAIL PROTECTED]> * character.c (char_string): Ensure that `c' is a valid char

Segfault in Emacs 23 when attempting to insert a negative integer (was: Re: infloop in skeleton-insert)

2007-04-10 Thread Lawrence Mitchell
ause the stack to overflow (I think). char_string(c, p) calls CHAR_STRING(c, p), which, since c is negative, calls char_string(c, p) as a fallback. I'm not sure how to go about fixing this, the naive approach of calling CHECK_CHARACTER at the beginning of char_string results in a segfault w

infloop in skeleton-insert

2007-04-10 Thread Lawrence Mitchell
char-or-string-p. Cheers, Lawrence ChangeLog entry: 2007-04-10 Lawrence Mitchell <[EMAIL PROTECTED]> * skeleton.el (skeleton-internal-1): Check if `element' is an integer using integerp rather than relying on char-or-string-p: it may be negative. 2007-04-1

`vc-call' evaluates filename argument twice

2007-04-02 Thread Lawrence Mitchell
There's a short comment in vc-hooks.el referring to the `vc-call' macro: ;; BEWARE!! `file' is evaluated twice!! This is relatively easy to fix (see following patch), that I wonder why it hasn't been. Cheers, Lawrence ChangeLog entry: 2007-04-02 Lawrence Mitchel

r> insertion marker not handled correctly in tempo

2007-03-02 Thread Lawrence Mitchell
nt ((and (consp element) (eq (car element) 's)) (tempo-insert-named (car (cdr element ((and (consp element) Changelog entry: 2007-03-02 Lawrence Mitchell <[EMAIL PROTECTED]> * tempo.el (tempo-insert): Deal with 'r> if it appears

Reftex syntax table entry for "-"

2007-02-06 Thread Lawrence Mitchell
. "1") ("journal" . "A Journal") ("title" . "Some title") ("author" . "A.N. Other") ("&type" . "article") ("&key" . "test")) In GNU Emacs 22.0.50.1 (i686-pc-linux-gnu, X toolkit) of 2006-05-09 on lamacq.ph.ed.ac.uk X server distributor `The X.Org Foundation', version 11.0.60802000 configured using `configure '--prefix' '/scratch/s0198183/applications/emacs' '--with-x' '--without-xim'' Cheers, Lawrence -- Lawrence Mitchell <[EMAIL PROTECTED]> ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Infinite loop in vhdl-fixup-whitespace-region

2005-04-04 Thread Lawrence Mitchell
ured using `configure '--with-gtk' '--without-xim' '--with-gif' '--with-png' '--with-xpm' '--with-jpeg' '--with-tiff' '--without-pop' '--with-x-toolkit=gtk' '--without-sound' '--prefix=/opt/sw/emacs/&