all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Joshua Varner <jlvarner@gmail.com>
Cc: emacs-devel@gnu.org
Subject: Re: doctor.el
Date: Sat, 2 Jul 2005 17:56:59 -0500	[thread overview]
Message-ID: <92a5eb47050702155627ac4ec7@mail.gmail.com> (raw)
In-Reply-To: <E1DohC1-0006Po-RL@fencepost.gnu.org>

On 7/2/05, Richard M. Stallman <rms@gnu.org> wrote:
> Would someone like to fix doctor.el so that the variable names
> start with `doctor-'?
> 
> You could do this either by renaming the references too, or by
> changing the code to add `doctor-' when it accesses a variable
> name from one of these doctor specs.  I think the latter would be
> cleaner.
> 
I took a look at this and had a couple of questions.

There are a number a variables that are made buffer local, that are
unique to doctor.el should those be prefixed as well?

When you mention the 'doctor specs' are you referring to the below:
(defun doctor-meaning (x) (get x 'doctor-meaning))

(defmacro doctor-put-meaning (symb val)
    "Store the base meaning of a word on the property list."
    (list 'put (list 'quote symb) ''doctor-meaning val))

doctor-put is called on a bunch of global symbols, but the property is
prefixed by 'doctor-', if these are the ones you want converted would
it be better to not use properties at all, or to create a variable and
store the value of the property in it instead of in a property on the
new doctor- variable?

TIA,
Josh

P.S. I haven't signed papers, so if I do this I should probably get
that process started.

  reply	other threads:[~2005-07-02 22:56 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-07-02 12:33 doctor.el Richard M. Stallman
2005-07-02 22:56 ` Joshua Varner [this message]
2005-07-03 20:43   ` doctor.el Richard M. Stallman
2005-08-02  9:42     ` doctor.el Juanma Barranquero
2005-08-03 13:33       ` doctor.el Richard M. Stallman

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=92a5eb47050702155627ac4ec7@mail.gmail.com \
    --to=jlvarner@gmail.com \
    --cc=emacs-devel@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.