all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Rob Riepel <riepel@networking.stanford.edu>
Cc: Luc Teirlinck <teirllm@dms.auburn.edu>, emacs-devel@gnu.org
Subject: Re: defconst in tpu-edt.el
Date: Mon, 29 Nov 2004 15:03:49 -0800	[thread overview]
Message-ID: <EE4EB07A-425A-11D9-838C-000A95C906B2@networking.stanford.edu> (raw)
In-Reply-To: <200411141850.iAEIoNx24269@raven.dms.auburn.edu>

On Nov 14, 2004, at 10:50 AM, Luc Teirlinck wrote:

> The patch below changes the two defconst's that produce compiler
> warnings in tpu-edt to defvars.  The defconsts for tpu-version,
> tpu-emacs19-p and tpu-lucid-emacs19-p might be legitimate.  I believe
> that, in addition to the two defconst's changed in the patch, the
> defconst's for tpu-help-keypad-map and tpu-help-text are dubious, but
> I hope that the author can take a look at those two.

Sorry for the delay in replying to this.  The day job is taking more
time than it should.

I agree with the reason for the patch and I also agree that
"(defconst tpu-help-keypad-map" and "(defconst tpu-help-text" should
be "(defvar tpu-help-keypad-map" and "(defvar tpu-help-text".

If someone with commit access would make these changes I would be
most grateful.  Thanks.


> ===File ~/tpu-edt.el-diff===================================
> *** tpu-edt.el	29 Feb 2004 17:58:53 -0600	1.36
> --- tpu-edt.el	14 Nov 2004 09:55:29 -0600	
> ***************
> *** 1706,1714 ****
>   ;;;
>   ;;;  Movement by word
>   ;;;
> ! (defconst tpu-word-separator-list '()
>     "List of additional word separators.")
> ! (defconst tpu-skip-chars "^ \t"
>     "Characters to skip when moving by word.
>   Additional word separators are added to this string.")
>
> --- 1706,1714 ----
>   ;;;
>   ;;;  Movement by word
>   ;;;
> ! (defvar tpu-word-separator-list '()
>     "List of additional word separators.")
> ! (defvar tpu-skip-chars "^ \t"
>     "Characters to skip when moving by word.
>   Additional word separators are added to this string.")
>
> ============================================================

  reply	other threads:[~2004-11-29 23:03 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-11-14 18:50 defconst in tpu-edt.el Luc Teirlinck
2004-11-29 23:03 ` Rob Riepel [this message]
2004-11-29 23:26   ` Luc Teirlinck

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=EE4EB07A-425A-11D9-838C-000A95C906B2@networking.stanford.edu \
    --to=riepel@networking.stanford.edu \
    --cc=emacs-devel@gnu.org \
    --cc=teirllm@dms.auburn.edu \
    /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.