[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: warn-maybe-out-of-memory
From: |
Drew Adams |
Subject: |
RE: warn-maybe-out-of-memory |
Date: |
Fri, 11 Jul 2014 06:28:03 -0700 (PDT) |
> >> I wonder if this function should only warn when it is called from
> >> commands invoked by the user, as opposed to from a Lisp program. The
> >> warning is in find-file-noselect, which AFAIK is widely used in Lisp
> >> programs, where displaying this warning might be inappropriate.
>
> Hm, find-file-noselect also may ask for confirmation to open large file.
> If this is undesirable, shouldn't we move all user interaction to top-level
> find-file?
See bug 8180 about user confirmation interaction in `find-file-no-select':
http://debbugs.gnu.org/cgi/bugreport.cgi?bug=8180
I think there was also some other discussion, on this list, of the
question you raise, but I cannot seem to find it.
- Re: warn-maybe-out-of-memory, (continued)
- Re: warn-maybe-out-of-memory, Stefan Monnier, 2014/07/11
- Re: warn-maybe-out-of-memory, Glenn Morris, 2014/07/12
- Re: warn-maybe-out-of-memory, Dmitry Antipov, 2014/07/13
- Re: warn-maybe-out-of-memory, Glenn Morris, 2014/07/13
- Re: warn-maybe-out-of-memory, Stefan Monnier, 2014/07/14
- Re: warn-maybe-out-of-memory, Dmitry Antipov, 2014/07/15
- Re: warn-maybe-out-of-memory, Stefan Monnier, 2014/07/17
- RE: warn-maybe-out-of-memory,
Drew Adams <=