emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

GDB script mode font-lock bug?


From: Nick Roberts
Subject: GDB script mode font-lock bug?
Date: Wed, 23 Nov 2005 22:56:16 +1300

The keyword end associated with document is incorrectly fontified.
e.g with:

# Set up something to print out s-expressions.
define pr
  set debug_print ($)
end
document pr
Print the emacs s-expression which is $.
Works only when an inferior emacs is executing.
end

The first end has font-lock-keyword-face, but the second end has
font-lock-doc-face.

Nick




reply via email to

[Prev in Thread] Current Thread [Next in Thread]