From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#14523: Inconsistency in font-lock/lisp mode for docstrings Date: Sat, 1 Jun 2013 13:49:40 -0400 Message-ID: <20906.13364.408741.118290@gnu.org> References: <1N6VR9X.NVUL8C3D4P75@mr.gy> <20906.13034.711621.506963@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1370109027 26197 80.91.229.3 (1 Jun 2013 17:50:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 1 Jun 2013 17:50:27 +0000 (UTC) To: Max Rottenkolber , 14523@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Jun 01 19:50:26 2013 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Uipwf-0007FC-KW for geb-bug-gnu-emacs@m.gmane.org; Sat, 01 Jun 2013 19:50:25 +0200 Original-Received: from localhost ([::1]:50690 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uipwf-0001qM-Aw for geb-bug-gnu-emacs@m.gmane.org; Sat, 01 Jun 2013 13:50:25 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42221) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uipwb-0001q5-Er for bug-gnu-emacs@gnu.org; Sat, 01 Jun 2013 13:50:22 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uipwa-0008Ck-NH for bug-gnu-emacs@gnu.org; Sat, 01 Jun 2013 13:50:21 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:58108) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uipwa-0008Cg-JN for bug-gnu-emacs@gnu.org; Sat, 01 Jun 2013 13:50:20 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1UipyE-0001Ki-2k for bug-gnu-emacs@gnu.org; Sat, 01 Jun 2013 13:52:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 01 Jun 2013 17:52:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 14523 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 14523-submit@debbugs.gnu.org id=B14523.13701090865052 (code B ref 14523); Sat, 01 Jun 2013 17:52:02 +0000 Original-Received: (at 14523) by debbugs.gnu.org; 1 Jun 2013 17:51:26 +0000 Original-Received: from localhost ([127.0.0.1]:46465 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Uipxd-0001JP-Tg for submit@debbugs.gnu.org; Sat, 01 Jun 2013 13:51:26 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:33836 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Uipxb-0001JI-Kf for 14523@debbugs.gnu.org; Sat, 01 Jun 2013 13:51:24 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1Uipvw-0007bL-HL; Sat, 01 Jun 2013 13:49:40 -0400 In-Reply-To: <20906.13034.711621.506963@gnu.org> X-Attribution: GM X-Mailer: VM (www.wonderworks.com/vm), GNU Emacs (www.gnu.org/software/emacs) X-Hue: green X-Ran: D0>,Is(P@"!PoTzO[?sh(v|i-9r?WNer]<\nbr/}GH"|[,Ic1X'R.J$V_ee;0cF_HE_9?* X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:74737 Archived-At: Glenn Morris wrote (on Sat, 1 Jun 2013 at 13:44 -0400): > Please keep the debbugs address cc'd. Otherwise when the person you are replying to puts the bug number in by hand, they might get the wrong one, like I did. Sigh. Max Rottenkolber wrote (on Sat, 1 Jun 2013 at 10:22 +0200): > M-x customize-face RET font-lock-doc-face RET > > Find file foo .lisp, enter: > > (defun () > "redish" > 13) Surely this defun is missing a name? > (defvar *x* nil > "whatever you set doc-face to.")