From: Kenichi Handa <handa@etl.go.jp>
Cc: eliz@is.elta.co.il, walters@debian.org, emacs-devel@gnu.org
Subject: Re: recursive load case in openp
Date: Fri, 12 Apr 2002 15:48:35 +0900 (JST) [thread overview]
Message-ID: <200204120648.PAA27859@etlken.m17n.org> (raw)
In-Reply-To: message from Richard Stallman on Thu, 11 Apr 2002 21:12:06 -0600 (MDT)
Richard Stallman <rms@gnu.org> writes:
> Does this do the job?
Yes at least with a few small tests. We also have to change
Finsert_file_contents.
But, I think:
> ! buffer = Fget_buffer_create (build_string (" *code-converting-work*"));
> ! buf = XBUFFER (buffer);
> !
> ! buf->directory = current_buffer->directory;
> ! buf->read_only = Qnil;
> ! buf->filename = Qnil;
> ! buf->undo_list = Qt;
> ! buf->overlays_before = Qnil;
> ! buf->overlays_after = Qnil;
> !
> ! set_buffer_internal (buf);
[...]
> Ferase_buffer ();
it is better that we keep this sequence in a separate
function (or macro), otherwise, for instance, we may forget
to set overlays_before/after to nil in the other place in
the future.
Then, we can call that function from coding.c,
Finsert_file_contents, and also from
temp_output_buffer_setup.
---
Ken'ichi HANDA
handa@etl.go.jp
next reply other threads:[~2002-04-12 6:48 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-04-12 6:48 Kenichi Handa [this message]
-- strict thread matches above, loose matches on Subject: below --
2002-04-10 23:43 recursive load case in openp Kenichi Handa
2002-04-11 13:01 ` Stefan Monnier
2002-04-12 3:13 ` Richard Stallman
2002-04-12 4:03 ` Stefan Monnier
2002-04-12 9:35 ` Kim F. Storm
2002-04-12 3:12 ` Richard Stallman
2002-04-09 12:34 Kenichi Handa
2002-04-10 20:17 ` Richard Stallman
2002-04-08 2:55 Colin Walters
2002-04-08 6:50 ` Eli Zaretskii
2002-04-09 12:07 ` Richard Stallman
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=200204120648.PAA27859@etlken.m17n.org \
--to=handa@etl.go.jp \
--cc=eliz@is.elta.co.il \
--cc=emacs-devel@gnu.org \
--cc=walters@debian.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).