unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: michael@cadilhac.name (Michaël Cadilhac)
To: Richard Stallman <rms@gnu.org>
Cc: emacs-devel@gnu.org
Subject: Re: merge emacs-pretest-bug and emacs-devel
Date: Wed, 15 Aug 2007 13:18:40 +0200	[thread overview]
Message-ID: <874pj1dp0v.fsf@lrde.org> (raw)
In-Reply-To: <v9fy2lwbwo.fsf@marauder.physik.uni-ulm.de> (Reiner Steib's message of "Wed, 15 Aug 2007 08:27:03 +0200")


[-- Attachment #1.1: Type: text/plain, Size: 1549 bytes --]

Reiner Steib <reinersteib+gmane@imap.cc> writes:

> On Wed, Aug 15 2007, Michaël Cadilhac wrote:
>
>>>>     | 11.84; Some AUCTeX bug
>>>>     | [Bug: 21.5-b27] Some XEmacs bug
> [...]
>> Hope the format (« Bug: 22.1.50.1; Bug test. ») pleases
>> everyone. :-)
>
> I'd slightly prefer the AUCTeX variant (omit "Bug: ") and skip the
> built version (".1").

At first sight, having the subject starting with numbers seemed quite
disturbing to me.  But you're right, the lesser the better.

So we're going for something like

  (string-match "^\\(\\([.0-9]+\\)*\\)\\.[0-9]+$" emacs-version)
  (setq topic (concat (match-string 1 emacs-version) "; " topic))

Question: do I have to make a special case for MS-DOS?  This would be
because loadup.el does not seem to compute the same emacs-version for
MS-DOS:

;; Determine which last version number to use
;; based on the executables that now exist.
(if (and (or (equal (nth 3 command-line-args) "dump")
             (equal (nth 4 command-line-args) "dump"))
         (not (eq system-type 'ms-dos)))
      [...]
      (defconst emacs-version
        (format "%s.%d"
                emacs-version (if versions (1+ (apply 'max versions)) 1)))))


-- 
 |   Michaël `Micha' Cadilhac       |  Le docteur : Je panse donc j'essuie,  |
 |   http://michael.cadilhac.name   |  Le voleur aillant trop avoué :        |
 |   JID/MSN:                       |     J'épenche donc je fuis.            |
 `----  michael.cadilhac@gmail.com  |                                   -  --'

[-- Attachment #1.2: Type: application/pgp-signature, Size: 188 bytes --]

[-- Attachment #2: Type: text/plain, Size: 142 bytes --]

_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

  reply	other threads:[~2007-08-15 11:18 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-09  1:54 merge emacs-pretest-bug and emacs-devel Glenn Morris
2007-08-09 15:46 ` Drew Adams
2007-08-09 21:04   ` Nick Roberts
2007-08-09 21:15     ` Drew Adams
2007-08-11  5:05       ` Richard Stallman
2007-08-12  3:23         ` Glenn Morris
2007-08-12  4:57           ` Drew Adams
2007-08-13  7:57             ` Glenn Morris
2007-08-13 14:16               ` Drew Adams
2007-08-12 17:56           ` Richard Stallman
2007-08-13  7:40             ` Glenn Morris
2007-08-12 18:51           ` Eli Zaretskii
2007-08-13  7:39             ` Glenn Morris
2007-08-13 19:45               ` Eli Zaretskii
2007-08-14  7:54                 ` Glenn Morris
2007-08-14 23:26                   ` Richard Stallman
2007-08-14 23:36                     ` David Kastrup
2007-08-15 11:11                       ` Juri Linkov
2007-08-15 11:25                         ` David Kastrup
2007-08-15 18:22                       ` Richard Stallman
2007-08-13 14:41           ` Ken Manheimer
2007-08-13 17:12           ` Reiner Steib
2007-08-14 16:06             ` Richard Stallman
2007-08-14 19:26               ` Michaël Cadilhac
2007-08-15  2:24                 ` Michaël Cadilhac
2007-08-15  6:27                   ` Reiner Steib
2007-08-15 11:18                     ` Michaël Cadilhac [this message]
2007-08-17  9:12                       ` Michaël Cadilhac
2007-08-17 11:20                         ` Eli Zaretskii
2007-08-17 11:41                           ` Michaël Cadilhac
2007-08-17 12:37                             ` Eli Zaretskii
2007-08-17 12:55                               ` Michaël Cadilhac
2007-08-17 13:24                                 ` Eli Zaretskii
2007-08-17 13:29                                   ` Michaël Cadilhac
2007-08-17 18:40                                     ` Eli Zaretskii

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

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=874pj1dp0v.fsf@lrde.org \
    --to=michael@cadilhac.name \
    --cc=emacs-devel@gnu.org \
    --cc=rms@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 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).