all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Emanuel Berg <embe8573@student.uu.se>
To: help-gnu-emacs@gnu.org
Subject: Re: colorization of mode contents
Date: Sun, 26 Jan 2014 16:51:05 +0100	[thread overview]
Message-ID: <87bnyy3fnh.fsf@nl106-137-194.student.uu.se> (raw)
In-Reply-To: 871tzuhqf6.fsf@engels.HistoricalMaterialism.info

Haines Brown <haines@histomat.net> writes:

>> You didn't type that correctly.
>
> Unfortunately I copied an experiment, and this
> parenthesis not the problem.

If you quote a left paren, that means the following is
read as it is, as data, or a *list* (with only one
'(element) in you case, but nonetheless a list).

Try evaluating the expressions below. If you understand
how that works, you are halfway into Lisp. But of
course, the final 5% will require more work than the
first 50%...

'(+ 1 2) ; list: (+ 1 2)
(+ 1 2)  ; procedure and arguments : 3

> 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.

That's another good point, if you try to get something
to work, isolate it from everything else. This
particular case (achicago) I would never have guessed,
but that method is general, so you don't have to.

-- 
underground experts united:
http://user.it.uu.se/~embe8573


  reply	other threads:[~2014-01-26 15:51 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-24 16:43 colorization of mode contents Haines Brown
2014-01-25 14:14 ` Emanuel Berg
2014-01-25 15:55   ` Haines Brown
2014-01-25 17:15     ` Emanuel Berg
2014-01-25 20:56   ` Haines Brown
2014-01-25 23:05     ` Emanuel Berg
2014-01-25 23:21       ` Emanuel Berg
2014-01-26 12:35       ` Haines Brown
2014-01-26 15:51         ` Emanuel Berg [this message]
2014-01-27 15:49           ` Haines Brown
2014-01-27 16:56             ` Emanuel Berg
2014-01-27 19:36               ` Haines Brown
2014-01-25 21:27   ` Stefan Monnier

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=87bnyy3fnh.fsf@nl106-137-194.student.uu.se \
    --to=embe8573@student.uu.se \
    --cc=help-gnu-emacs@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.