Re: boostrap failed because of flyspell-mode-map

2005-06-07 Thread Albert Veli
> The following patch fixed the problem for me. > > Hope it helps. > Sincerely, > David > Yes, it works (on Ubuntu) after applying the patch and doing: $ cd lisp $ make autoloads EMACS=../src/emacs-22.0.50 $ cd .. $ make bootstrap (I'm lucky to have a fast computer :-) /Albert

make bootstrap fails on Debian and Ubuntu

2005-06-07 Thread Albert Veli
Hi! I checked out emacs from CVS 20 minutes ago and noticed that make bootstrap fails. I tried it on Ubuntu/Hoary and Debian/Sarge. $ cvs update $ make distclean $ ./configure --prefix=/opt --with-gtk $ make boostrap It seems to be something with flyspell-mode-map in lisp/loaddefs.el. /Albert

Re: Suggestion for gdb-ui.el

2005-06-01 Thread Albert Veli
Hi Nick! > > * Suggestion: Update lisp/progmodes/gdb-ui.el so the *registers* buffer > > somehow remembers the line number and scrolls back to the same line > > after updating the registers. > > The code was meant to do this but didn't because of an issue with point > and window point. If you

Suggestion for gdb-ui.el

2005-05-31 Thread Albert Veli
Dear emacs-devel, I recently upgraded from emacs 21.4 to the CVS version (after reading this gdb-ui article, http://www.linuxjournal.com/article/7876 ). Gdb-ui is really a facelift. Below is a couple of suggestions I thought of while trying it out with some inline asm. My inline asm uses the SSE