Gnus development mailing list
 help / color / mirror / Atom feed
From: Kai.Grossjohann@CS.Uni-Dortmund.DE
Subject: Re: multipart/related test
Date: 30 Nov 1998 15:06:46 +0100	[thread overview]
Message-ID: <vaf90gtw9zd.fsf@ramses.cs.uni-dortmund.de> (raw)
In-Reply-To: Lars Magne Ingebrigtsen's message of "30 Nov 1998 02:47:24 +0100"

[[ buffer-string vs. buffer-substring ]]

Here's what I see:

Emacs 20.3:     (buffer-string)
                (buffer-substring START END)

XEmacs 20.4:    (buffer-string &optional START END BUFFER)
                (buffer-substring &optional START END BUFFER)

So a compatible change would be to add an optional argument BUFFER to
the Emacs 20.3 implementation of buffer-substring.

buffer-string is more difficult, but I don't quite understand the
START and END arguments in XEmacs 20.4 here, anyway.  Either it's just
one function like XEmacs 20.4 buffer-substring, or it's two functions:

    (buffer-string &optional BUFFER)
    (buffer-substring START END &optional BUFFER)

Both ways have their merit.

Whatcha think?

kai
-- 
Life is hard and then you die.


  parent reply	other threads:[~1998-11-30 14:06 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
1998-11-30 14:02             ` Jan Vroonhof
1998-11-30 14:10               ` Hrvoje Niksic
1998-11-30 14:06             ` Kai.Grossjohann [this message]
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=vaf90gtw9zd.fsf@ramses.cs.uni-dortmund.de \
    --to=kai.grossjohann@cs.uni-dortmund.de \
    /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).