Re: semantic-lex-debug
Eric Ludlam <[email protected]> Sun, 02 Aug 2015 08:23:42 -0400
| Newsgroups | gmane.emacs.cedet |
|---|---|
| Message-ID | <[email protected]> |
On 07/23/2015 10:28 AM, Joe Riel wrote: > Is the doc for semantic-lex-debug accurate? It states > > While engaged, each token identified by the lexer will be > highlighted in the target buffer A description of the current > token will be displayed in the minibuffer. Press `SPC' to move to > the next lexical token. > > None of that happens. The results of the entire buffer is printed > to the output buffer. Nothing is highlighted and SPC has no effect. > I'm using the default lexer. Hi, semantic-lex-debug forces you to press SPC which lets you watch the lexer go step by step from any point in a buffer. semantic-lex-test dumps the lexical symbols from the buffer into an output buffer for you to examine. Good Luck Eric ------------------------------------------------------------------------------