unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Richard Stallman <rms@gnu.org>
Cc: eliz@is.elta.co.il, emacs-devel@gnu.org
Subject: Re: Performance 21.3.50 W2K
Date: Fri, 01 Nov 2002 22:32:18 -0500	[thread overview]
Message-ID: <E187p1G-0004Vp-00@fencepost.gnu.org> (raw)
In-Reply-To: <20021101065157.9322150A054@server5.fastmail.fm> (seagull@fastmail.fm)

    1. If the file size is greater than a given size (user customizable) and
    if it has non-ascii chars, we should prompt whether to use
    'find-file-literally instead of 'find-file.

This might be a good idea for very large files.  We could add a
variable to specify the threshold for this, release Emacs with that
threshold set as very large, then ask users to try smaller values
and say if they prefer those.

    1. Come up with buffered reading for large files. Read a portion of the
    file, display it and repeat this till the file is completely read. 

This would be a good feature, but doing it in a general way would be
very difficult.

The simplest variant of this idea would be to call redisplay in the
middle of inserting the file contents.  Emacs would not be able to
execute any commands until it finishes reading the file, but you could
at least see the beginning of the file.  That might not be too hard.
Of course, it would only help to a limited extent.

  reply	other threads:[~2002-11-02  3:32 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-11-01  6:51 Performance 21.3.50 W2K Dhruva Krishnamurthy
2002-11-02  3:32 ` Richard Stallman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2002-10-30  9:32 Dhruva Krishnamurthy
2002-10-30 16:21 ` Eli Zaretskii
2002-10-31 17:26   ` 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=E187p1G-0004Vp-00@fencepost.gnu.org \
    --to=rms@gnu.org \
    --cc=eliz@is.elta.co.il \
    --cc=emacs-devel@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).