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

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

Re: major mode for fpscalc + some meta


From: Stefan Monnier
Subject: Re: major mode for fpscalc + some meta
Date: Sun, 22 Sep 2013 20:15:16 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> (But if you see something else, tell me, of course.)

define-abbrev-table should be at the top-level, not within fpscalc-mode.
You mis-copied my code:

  (display-buffer (find-file-noselect dst))
not
  (display-buffer (find-file dst))

and of course, this won't work any more when src and dst include
funny characters: you want to pass to `find-file(-noselect)' the
non-quoted file.


        Stefan




reply via email to

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