[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: font-lock in machine mode of gdba
From: |
Stefan Monnier |
Subject: |
Re: font-lock in machine mode of gdba |
Date: |
Tue, 19 Oct 2004 08:45:26 -0400 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux) |
> Now font-lock-mode is turn-on in gdb-assembler-mode when
> global-font-lock-mode is true. gdb-assembler-mode-hook is also
> provided. See the comments at the tail of font-core.el.
This is still wrong (well, maybe not "wrong", but...). Your patch should
only set font-lock-defaults and nothing more. It should be all
that's needed. If it's not enough, then there's a bug elsewhere (typically
an omission to call `kill-all-local-variables).
Stefan
- font-lock in machine mode of gdba, Masatake YAMATO, 2004/10/17
- Re: font-lock in machine mode of gdba, Stefan Monnier, 2004/10/17
- font-lock in machine mode of gdba, Nick Roberts, 2004/10/17
- Re: font-lock in machine mode of gdba, Masatake YAMATO, 2004/10/19
- Re: font-lock in machine mode of gdba, Nick Roberts, 2004/10/23
- Re: font-lock in machine mode of gdba, Masatake YAMATO, 2004/10/23
- Re: font-lock in machine mode of gdba, Nick Roberts, 2004/10/23