From: Leo <sdl.web@gmail.com>
To: 12298@debbugs.gnu.org
Cc: bug-cc-mode@gnu.org
Subject: bug#12298: 24.2; wrong font locking for < in comments
Date: Wed, 29 Aug 2012 09:52:54 +0800 [thread overview]
Message-ID: <m2pq6aqxah.fsf@gmail.com> (raw)
[-- 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 --]
next reply other threads:[~2012-08-29 1:52 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-29 1:52 Leo [this message]
2019-10-06 11:53 ` bug#12298: 24.2; wrong font locking for < in comments Stefan Kangas
2019-10-06 12:13 ` Benjamin Riefenstahl
2019-10-06 12:43 ` Stefan Kangas
2019-10-14 12:13 ` Stefan Kangas
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m2pq6aqxah.fsf@gmail.com \
--to=sdl.web@gmail.com \
--cc=12298@debbugs.gnu.org \
--cc=bug-cc-mode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.