From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Haines Brown Newsgroups: gmane.emacs.help Subject: Re: colorization of mode contents Date: Sun, 26 Jan 2014 07:35:09 -0500 Message-ID: <871tzuhqf6.fsf@engels.HistoricalMaterialism.info> References: <87mwilgwj7.fsf@engels.HistoricalMaterialism.info> <87zjmk4078.fsf@nl106-137-194.student.uu.se> <87d2jfhjbx.fsf@engels.HistoricalMaterialism.info> <87a9ej4q7a.fsf@nl106-137-194.student.uu.se> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1390740011 12369 80.91.229.3 (26 Jan 2014 12:40:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 26 Jan 2014 12:40:11 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jan 26 13:40:19 2014 Return-path: Envelope-to: geh-help-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 1W7P0c-0005bY-57 for geh-help-gnu-emacs@m.gmane.org; Sun, 26 Jan 2014 13:40:18 +0100 Original-Received: from localhost ([::1]:54417 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W7P0b-0002cl-PD for geh-help-gnu-emacs@m.gmane.org; Sun, 26 Jan 2014 07:40:17 -0500 X-Received: by 10.50.32.6 with SMTP id e6mr5539826igi.6.1390739710772; Sun, 26 Jan 2014 04:35:10 -0800 (PST) Original-Path: usenet.stanford.edu!uq10no4260280igb.0!news-out.google.com!y18ni2187qap.1!nntp.google.com!Xl.tags.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local2.nntp.dca.giganews.com!news.giganews.com.POSTED!not-for-mail Original-NNTP-Posting-Date: Sun, 26 Jan 2014 06:35:10 -0600 Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) Cancel-Lock: sha1:HgD7piiwOilNWPPZ+GK3rQNFSNY= Original-Lines: 21 X-Usenet-Provider: http://www.giganews.com Original-X-Trace: sv3-EVHlpl/7JmV9Dlb8KATGoj2WUmMxqtMnn/JTgnPLGWPLj2FJ2wg+MRGD2rhAidFFxyYAnxGdoBlzM8g!uJVdYGk3k5j2Zq8l5z4jPxtGm2IoBtAFHc12st/O1PHkXFIHV1fRo7irpQcN8meqIZ3XufhwehCD!ycb9 Original-X-Complaints-To: abuse@giganews.com X-DMCA-Notifications: http://www.giganews.com/info/dmca.html X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.40 X-Original-Bytes: 2021 Original-Xref: usenet.stanford.edu gnu.emacs.help:203398 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:95666 Archived-At: Emanuel Berg writes: > You didn't type that correctly. Unfortunately I copied an experiment, and this parenthesis not the problem. > It is probably easier at this stage to not mess around > with .emacs - just put the above code in a buffer, and > evaluate it, then put the buffer in latex-mode, then > type the citeNP stuff. Your suggested procedure shed some light on the issue. I put the code into a buffer, put the buffer into latex-mode, and the code worked, turning the key value for \citeNP{} red. After some further experimentation I discovered that the achicago package somehow overwrites the added citeNP keyword. That is, if I put the line "\usepackage{achicago}" in the buffer, the key word in \citeNP{} turns black. Haines