all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Tassilo Horn <tassilo@member.fsf.org>
To: help-gnu-emacs@gnu.org
Subject: Re: Revert Emacs to version supporting cedet backticks?
Date: Tue, 21 Dec 2010 17:31:49 +0100	[thread overview]
Message-ID: <87tyi7w0i2.fsf@member.fsf.org> (raw)
In-Reply-To: 877hf3og6k.fsf@notengoamigos.org

Jason Earl <jearl@notengoamigos.org> writes:

Hi Jason,

>> I see that the Emacs trunk won't allow the old backticks to compile
>> anymore, does anyone know what tag I could revert to so I can use
>> cedet?  I promise I won't write any elisp with backticks from now on.
>> :)
>
> bzr Emacs actually includes a fairly new version of CEDET.  Does the
> upstream version of CEDET use backticks?

I don't think backticks are a problem, but only the old-style stuff
deprecated for more than a decade had a bug in the current emacs bzr
HEAD.

  `(foo ,tab-width) ;; new style. ok!
    ==> (foo 2)

  (` (foo (, tab-width))) ;; old style. had a bug, but works for me...
    ==> (foo 2)

I use a very recent Emacs version, so it seems that the bug is already
fixed.

But it's still a very good idea to replace the old-style
backquotes/backticks.

Bye,
Tassilo




  reply	other threads:[~2010-12-21 16:31 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.19.1292896532.3394.help-gnu-emacs@gnu.org>
2010-12-21  5:20 ` Revert Emacs to version supporting cedet backticks? Jason Earl
2010-12-21 16:31   ` Tassilo Horn [this message]
2010-12-24 14:06     ` how to replace old-style backquotes (was: Re: Revert Emacs to version supporting cedet backticks?) Gregor Zattler
2010-12-25 21:59       ` how to replace old-style backquotes Tassilo Horn
     [not found]       ` <mailman.10.1293314405.24913.help-gnu-emacs@gnu.org>
2010-12-28  2:32         ` Stefan Monnier
2010-12-21  1:55 Revert Emacs to version supporting cedet backticks? Bill O'Connor
2010-12-21  8:14 ` David Engster

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=87tyi7w0i2.fsf@member.fsf.org \
    --to=tassilo@member.fsf.org \
    --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.