* defconst in tpu-edt.el
@ 2004-11-14 18:50 Luc Teirlinck
2004-11-29 23:03 ` Rob Riepel
0 siblings, 1 reply; 3+ messages in thread
From: Luc Teirlinck @ 2004-11-14 18:50 UTC (permalink / raw)
Cc: emacs-devel
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.
===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.")
============================================================
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: defconst in tpu-edt.el
2004-11-14 18:50 defconst in tpu-edt.el Luc Teirlinck
@ 2004-11-29 23:03 ` Rob Riepel
2004-11-29 23:26 ` Luc Teirlinck
0 siblings, 1 reply; 3+ messages in thread
From: Rob Riepel @ 2004-11-29 23:03 UTC (permalink / raw)
Cc: Luc Teirlinck, emacs-devel
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.")
>
> ============================================================
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: defconst in tpu-edt.el
2004-11-29 23:03 ` Rob Riepel
@ 2004-11-29 23:26 ` Luc Teirlinck
0 siblings, 0 replies; 3+ messages in thread
From: Luc Teirlinck @ 2004-11-29 23:26 UTC (permalink / raw)
Cc: emacs-devel, riepel
Bob Riepel wrote:
If someone with commit access would make these changes I would be
most grateful. Thanks.
Done,
Sincerely,
Luc.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2004-11-29 23:26 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-14 18:50 defconst in tpu-edt.el Luc Teirlinck
2004-11-29 23:03 ` Rob Riepel
2004-11-29 23:26 ` Luc Teirlinck
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.