> 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
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
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
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