help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Elisp questions... where to ask?


From: Santanu
Subject: Re: Elisp questions... where to ask?
Date: Sun, 16 Dec 2007 22:59:58 -0800 (PST)
User-agent: G2/1.0

On Dec 15, 3:56 pm, bojohan+n...@dd.chalmers.se (Johan Bockgård)
wrote:

> This seems to do the right thing:
>
> *** skeleton.el.~1.51.~ 2007-08-14 19:24:04.000000000 +0200
> --- skeleton.el 2007-12-15 11:28:36.000000000 +0100
> ***************
> *** 424,429 ****
> --- 424,430 ----
>         (skeleton-internal-list element (car literal))
>         (setq literal (cdr literal)))))
>      ((null element))
> +    ((eq t element))
>      (t (skeleton-internal-1 (eval element) t recursive))))
>
>   ;; Maybe belongs into simple.el or elsewhere
>

Just now I tried your patch. It seems to work perfectly. As a result
now, my verilog-mode works flawlessly in emacs-22.x (the verilog-mode
had similar code that was causing problems).

Thanks a lot for your help.

Regards,
Santanu


reply via email to

[Prev in Thread] Current Thread [Next in Thread]