unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#12298: 24.2; wrong font locking for < in comments
@ 2012-08-29  1:52 Leo
  2019-10-06 11:53 ` Stefan Kangas
  0 siblings, 1 reply; 5+ messages in thread
From: Leo @ 2012-08-29  1:52 UTC (permalink / raw)
  To: 12298; +Cc: bug-cc-mode

[-- Attachment #1: Type: text/plain, Size: 169 bytes --]

GNU Emacs 24.2.1 (i386-apple-darwin12.1.0, Carbon Version 1.6.0 AppKit 1187)
 of 2012-08-27

Open the attached k.java file and see the 4 <'s fontified in warning
face.


[-- Attachment #2: k.java --]
[-- Type: text/plain, Size: 626 bytes --]

/**
 * Returns a new object with cropped image data. Implementations may keep a reference to the
 * original data rather than a copy. Only callable if isCropSupported() is true.
 *
 * @param left The left coordinate, 0 <= left < getWidth().
 * @param top The top coordinate, 0 <= top <= getHeight().
 * @param width The width of the rectangle to crop.
 * @param height The height of the rectangle to crop.
 * @return A cropped version of this object.
 */
public LuminanceSource crop(int left, int top, int width, int height) {
    throw new UnsupportedOperationException("This luminance source does not support cropping.");
}

[-- Attachment #3: cc.png --]
[-- Type: image/png, Size: 60861 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-10-14 12:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-29  1:52 bug#12298: 24.2; wrong font locking for < in comments Leo
2019-10-06 11:53 ` Stefan Kangas
2019-10-06 12:13   ` Benjamin Riefenstahl
2019-10-06 12:43     ` Stefan Kangas
2019-10-14 12:13       ` Stefan Kangas

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).