[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
font-lock in machine mode of gdba
From: |
Nick Roberts |
Subject: |
font-lock in machine mode of gdba |
Date: |
Mon, 18 Oct 2004 15:25:29 +1300 |
> I've defined font-lock keywords for `gdb-assembler-mode'. Please,
> review the patch. I'm afraid the it is too decorative.
>
> 2004-10-18 Masatake YAMATO <address@hidden>
>
> * progmodes/gdb-ui.el (gdb-ann3): Define a key which toggles
> source view and assembler view.
> (gdb-assembler-font-lock-keywords): New font lock keywords
> definition.
> (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
>...
I think it should at least be consistent with asm-mode where keywords like
movl, andl, etc are fontified with font-lock-keyword-face and operands and
registers are left unfontified.
Nick
- 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 <=
- Re: font-lock in machine mode of gdba, Masatake YAMATO, 2004/10/18
- Re: font-lock in machine mode of gdba, Stefan Monnier, 2004/10/19
- Re: font-lock in machine mode of gdba, Nick Roberts, 2004/10/21
- Re: font-lock in machine mode of gdba, Nick Roberts, 2004/10/19
- Re: font-lock in machine mode of gdba, Stefan Monnier, 2004/10/19
- Re: font-lock in machine mode of gdba, Masatake YAMATO, 2004/10/19
- 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