Gnus development mailing list
 help / color / mirror / Atom feed
From: Lars Magne Ingebrigtsen <larsi@gnus.org>
Subject: Re: multipart/related test
Date: 30 Nov 1998 02:47:24 +0100	[thread overview]
Message-ID: <m37lwedk9f.fsf@sparky.gnus.org> (raw)
In-Reply-To: Hrvoje Niksic's message of "30 Nov 1998 01:42:39 +0100"

Hrvoje Niksic <hniksic@srce.hr> writes:

> As strange as it may sound, XEmacs has a user-base of its own, and
> IMHO we cannot afford to change documented interfaces on Stallman's
> whims, at least not in areas where XEmacs implemented stuff before FSF
> Emacs.

Well, this is my whim, and not Stallman's.  :-)

Here's how I think it happened:  I was programming under XEmacs, and I 
wrote `(buffer-string some-buffer)'.  I then switched to Emacs, and
the thing bugged out, of course.  (As it would have done under XEmacs, 
but I guess I never tried.)  I grumbled and rewrote it as
`(save-excursion (set-buffer some-buffer) (buffer-string))'.

And then I sent a patch to Stallman to make Emacs XEmacs-compliant (as
I, in a particularly dizzy moment, thought it to be), and he accepted
it.

I still do think that my dizzyness yielded a better function than the
hard truth.  `buffer-string' and `buffer-substring' have different
feeling, and I think it makes sense to have them as separate
functions.  I mean -- you seldom want to give a buffer argument to
`buffer-substring', but you often want to give it to `buffer-string',
so having to write `(buffer-string nil nil some-buffer)' feels weird
to me. 

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen


  reply	other threads:[~1998-11-30  1:47 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-11-29 14:56 Lars Magne Ingebrigtsen
1998-11-29 18:56 ` Kai.Grossjohann
1998-11-29 18:56   ` Kai.Grossjohann
1998-11-29 21:55   ` Lars Magne Ingebrigtsen
1998-11-29 23:11     ` Hrvoje Niksic
1998-11-30  0:15       ` Lars Magne Ingebrigtsen
1998-11-30  0:42         ` Hrvoje Niksic
1998-11-30  1:47           ` Lars Magne Ingebrigtsen [this message]
1998-11-30 14:02             ` Jan Vroonhof
1998-11-30 14:10               ` Hrvoje Niksic
1998-11-30 14:06             ` Kai.Grossjohann
1998-11-29 19:29 ` Simon Josefsson
1998-11-29 20:50   ` William M. Perry

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=m37lwedk9f.fsf@sparky.gnus.org \
    --to=larsi@gnus.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.
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 NNTP newsgroup(s).