unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* finish version test cleanup: Lucid
@ 2007-10-28 17:47 Dan Nicolaescu
  2007-10-28 20:11 ` Vinicius Jose Latorre
  2007-10-29  9:21 ` Richard Stallman
  0 siblings, 2 replies; 10+ messages in thread
From: Dan Nicolaescu @ 2007-10-28 17:47 UTC (permalink / raw)
  To: emacs-devel


Most string version tests have been replaced with feature tests. 
These are the remaining ones:

./progmodes/cperl-mode.el:81:      (defconst cperl-xemacs-p (string-match "XEmacs\\|Lucid" emacs-version))
./progmodes/cperl-mode.el:154:(defconst cperl-xemacs-p (string-match "XEmacs\\|Lucid" emacs-version))
./ielm.el:172:  (if (string-match "Lucid" emacs-version)
./ps-print.el:1467: ((string-match "Lucid" emacs-version)
./ps-print.el:1469: ((string-match "Epoch" emacs-version)
./calc/calc.el:825:(defvar calc-emacs-type-lucid (not (not (string-match "Lucid" emacs-version))))
./emulation/tpu-mapper.el:83:(defconst tpu-lucid-emacs19-p (string-match "Lucid" emacs-version)

Can these tests be replaced with feature tests?


./ldefs-boot.el:8849: (defmacro ediff-cond-compile-for-xemacs-or-emacs (xemacs-form emacs-form) (if (string-match "XEmacs" emacs-version) xemacs-form emacs-form))

-- This one just means that ldefs-boot.el needs to be regenerated, can
   someone please do that? (I am not sure if there's any subtlety
   involved, so I'd rather not do it)

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2007-10-29 17:30 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-28 17:47 finish version test cleanup: Lucid Dan Nicolaescu
2007-10-28 20:11 ` Vinicius Jose Latorre
2007-10-29  0:10   ` Glenn Morris
2007-10-29  0:34     ` Jay Belanger
2007-10-29  0:45       ` Dan Nicolaescu
2007-10-29  5:35         ` Jay Belanger
2007-10-29  8:59           ` David Kastrup
2007-10-29 12:25             ` Jay Belanger
2007-10-29  9:21 ` Richard Stallman
2007-10-29 17:30   ` Dan Nicolaescu

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).