Re: emacs-unicode-2 fontset bug

2006-05-22 Thread Leon
Kenichi Handa [EMAIL PROTECTED] writes: In article [EMAIL PROTECTED], Leon [EMAIL PROTECTED] writes: After many trials, I think I found another bug of emacs-unicode-2 branch. I have the following settings in ~/.Xresources: ,[ ~/.Xresources ] | Emacs.Fontset-0:

Re: forward-comment, C-M-a and C-M-e problems in bibtex-mode

2006-05-22 Thread Stefan Monnier
Oh, and I forgot another problem: doing C-c C-c inside a comment throws a Wrong type argument: number-or-marker-p error. Hmmm... wrong type argument, you say? Given the context, you hopefully understand that inside a comment is a meaningless description of the circumstance. Please give a

Re: forward-comment, C-M-a and C-M-e problems in bibtex-mode

2006-05-22 Thread Dan Nicolaescu
Stefan Monnier [EMAIL PROTECTED] writes: Oh, and I forgot another problem: doing C-c C-c inside a comment throws a Wrong type argument: number-or-marker-p error. Hmmm... wrong type argument, you say? Given the context, you hopefully understand that inside a comment is

Re: completing include files with complete.el not working (and also a read-file-name-function issue)

2006-05-22 Thread Stefan Monnier
Do emacs -q M-x partial-completion-mode RET C-x C-f sys/ TAB this will print No Match in emacs-21.4 it used to give as completions the files in /usr/include/sys/ Thanks. It seems the patch below fixes it, Stefan --- complete.el 24 Apr 2006 09:04:07 -0400 1.52 +++

Segmentation fault in best_matching_font()

2006-05-22 Thread Ɓukasz Demianiuk
if (needs_overstrike) at xfaces.c:6681 shoud probably be if (best needs_overstrike) (gdb) bt full #0 best_matching_font (f=0x865bd50, attrs=0x85805d0, fonts=0x8580550, nfonts=1, width_ratio=2, needs_overstrike=0xbfffdc68) at xfaces.c:6684 want_weight = XLFD_WEIGHT_MEDIUM

Re: forward-comment, C-M-a and C-M-e problems in bibtex-mode

2006-05-22 Thread Dan Nicolaescu
Stefan Monnier [EMAIL PROTECTED] writes: Oh, and I forgot another problem: doing C-c C-c inside a comment throws a Wrong type argument: number-or-marker-p error. Hmmm... wrong type argument, you say? Given the context, you hopefully understand that inside a comment

Re: Segmentation fault in best_matching_font()

2006-05-22 Thread Richard Stallman
I made a change yesterday; does that fix this? ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Re: emacs-unicode-2 fontset bug

2006-05-22 Thread Kenichi Handa
In article [EMAIL PROTECTED], Leon [EMAIL PROTECTED] writes: I'm running Fedora 5. I have checked the emacs-unicode-2 branch to make sure I also have the latest version. I've just installed the terminus fonts and the latest emacs-unicode-2 on Fedora 5, but I still can't reproduce the bug.