From: Hacksaw <hacksaw@hacksaw.org>
To: rms@gnu.org
Cc: kfogel@red-bean.com, wilde@sha-bang.de, emacs-devel@gnu.org,
jasonr@gnu.org
Subject: Re: A wish, a plea
Date: Sat, 23 Jun 2007 15:47:11 -0400 [thread overview]
Message-ID: <467D78BF.6020405@hacksaw.org> (raw)
In-Reply-To: <E1I2AK4-0006rB-8s@fencepost.gnu.org>
Richard Stallman wrote:
> Making *scratch* or even something like *unnamed* readonly would
> pretty much defeat its intent.
>
> The principal intent of *scratch* is to be the current buffer when
> Emacs starts up. Secondarily, it provides a place to enter notes you
> don't want to save, and eval Lisp expressions. Making it read-only,
> so you need to type C-x C-q before inserting anything, would not spoil
> the principal intent. It would slightly inconvenience the secondary
> intent, but that MIGHT be worth while in exchange for making it less
> likely to lose data.
>
> I am not sure this change is a good idea, but it isn't ridiculous.
>
I don't mind the idea that *scratch* would be the first thing I see. My
only concern is that the editor not get in the way of whatever I have to
do. (This is one of the reason I don't care for vi: I can't just start
typing, I have to figure out what mode I'm in.)
My preference would be for scratch to actually save everything. Don't
treat it like mere workspace to be tossed when you figure something out,
treat it as a fairly limitless notebook in which you can record your
ideas, try out things, and hopefully never lose anything you didn't
explicitly erase. I would make it autosave fairly often, like after an
eval, as well as after 250 characters, and such, assuming the cost of
appending to a huge file isn't crazy. (Even then it's easy to imagine a
scheme with files stitched together to make a feeling of being a single
file.)
Think about a future where you can mark a section of the *scratch* as
being C or Python or whatever, and emacs will do it's best to evaluate
that chunk and insert the results as it does with Lisp Interactive mode.
After all, disk space is crazily cheap.
Thanks for everyone's thoughts on this matter, by the way.
next prev parent reply other threads:[~2007-06-23 19:47 UTC|newest]
Thread overview: 118+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-06-21 3:49 A wish, a plea Hacksaw
2007-06-21 18:50 ` Davis Herring
2007-06-21 18:57 ` Stefan Monnier
2007-06-21 19:12 ` Davis Herring
2007-06-22 16:24 ` Richard Stallman
2007-06-21 18:55 ` Lennart Borgman (gmail)
2007-06-22 3:59 ` Karl Fogel
2007-06-21 19:07 ` Lennart Borgman (gmail)
2007-06-21 19:17 ` Nic James Ferrier
2007-06-21 21:53 ` Frank Schmitt
2007-06-22 0:36 ` Taylor Venable
2007-06-21 19:43 ` Juanma Barranquero
2007-06-22 3:57 ` Karl Fogel
2007-06-21 20:56 ` Jason Rumney
2007-06-22 6:27 ` Karl Fogel
2007-06-21 21:36 ` Nic James Ferrier
2007-06-22 16:24 ` Richard Stallman
2007-06-22 17:27 ` Karl Fogel
2007-06-22 21:53 ` Richard Stallman
2007-06-21 21:19 ` Sascha Wilde
2007-06-21 21:26 ` Nic James Ferrier
2007-06-22 6:36 ` Karl Fogel
2007-06-21 22:08 ` Jason Rumney
2007-06-21 23:04 ` Drew Adams
2007-06-22 6:51 ` csant
2007-06-22 16:24 ` Richard Stallman
2007-06-22 17:12 ` Drew Adams
2007-06-22 21:53 ` Richard Stallman
2007-06-25 20:47 ` Juri Linkov
2007-06-25 21:05 ` David Kastrup
2007-06-25 21:30 ` Drew Adams
2007-06-25 21:30 ` Drew Adams
2007-06-22 8:03 ` Sascha Wilde
2007-06-22 8:11 ` David Kastrup
2007-06-22 8:21 ` Nic James Ferrier
2007-06-22 8:33 ` Karl Fogel
2007-06-22 12:37 ` Eli Zaretskii
2007-06-22 12:43 ` David Kastrup
2007-06-22 12:51 ` Jason Rumney
2007-06-22 13:08 ` David Kastrup
2007-06-22 13:16 ` David Kastrup
2007-06-22 12:57 ` Eli Zaretskii
2007-06-22 18:46 ` Glenn Morris
2007-06-22 19:50 ` Karl Fogel
2007-06-22 19:58 ` Glenn Morris
2007-06-22 20:22 ` Lennart Borgman (gmail)
2007-06-22 10:23 ` Initial splash screen (was Re: A wish, a plea) Stephen Berman
2007-06-22 11:43 ` Initial splash screen David Kastrup
2007-06-22 14:19 ` Stephen Berman
2007-06-22 20:09 ` David Kastrup
2007-06-22 23:07 ` Stephen Berman
2007-06-22 21:53 ` Initial splash screen (was Re: A wish, a plea) Richard Stallman
2007-06-22 22:11 ` Lennart Borgman (gmail)
2007-06-23 13:19 ` Richard Stallman
2007-06-23 14:57 ` Initial splash screen David Kastrup
2007-06-22 22:46 ` Initial splash screen (was Re: A wish, a plea) Stephen Berman
2007-06-23 6:42 ` Initial splash screen David Kastrup
2007-06-23 10:43 ` Stephen Berman
2007-06-23 18:27 ` Richard Stallman
2007-06-23 19:05 ` David Kastrup
2007-06-25 13:19 ` Richard Stallman
2007-06-25 13:34 ` Mathias Dahl
2007-06-25 13:38 ` David Kastrup
2007-06-22 18:51 ` A wish, a plea Richard Stallman
2007-06-22 20:05 ` David Kastrup
2007-06-23 13:19 ` Richard Stallman
2007-06-23 14:45 ` David Kastrup
2007-06-23 19:39 ` Stefan Monnier
2007-06-24 14:41 ` Richard Stallman
2007-06-22 19:02 ` Ryan Yeske
2007-06-28 1:04 ` Davis Herring
2007-06-22 16:24 ` Richard Stallman
2007-06-22 16:36 ` Jason Rumney
2007-06-22 21:53 ` Richard Stallman
2007-06-23 6:21 ` David Kastrup
2007-06-23 18:27 ` Richard Stallman
2007-06-23 18:58 ` Alfred M. Szmidt
2007-06-23 19:07 ` David Kastrup
2007-06-24 14:41 ` Richard Stallman
2007-06-23 19:47 ` Hacksaw [this message]
2007-06-24 15:13 ` Sascha Wilde
2007-06-24 17:18 ` Hacksaw
2007-06-24 23:46 ` Richard Stallman
2007-06-25 8:07 ` Sascha Wilde
2007-06-21 23:18 ` Andreas Schwab
2007-06-22 7:57 ` Sascha Wilde
2007-06-22 8:01 ` Karl Fogel
2007-06-22 8:16 ` Juanma Barranquero
2007-06-22 8:32 ` David Kastrup
2007-06-22 9:06 ` Juanma Barranquero
2007-06-22 9:20 ` David Kastrup
2007-06-22 9:55 ` Juanma Barranquero
2007-06-22 8:01 ` Kim F. Storm
2007-06-22 8:15 ` Jason Rumney
2007-06-22 8:19 ` Nick Roberts
2007-06-22 11:58 ` David House
2007-06-22 8:20 ` Nic James Ferrier
2007-06-22 13:19 ` Drew Adams
2007-06-22 13:33 ` Nic James Ferrier
2007-06-22 14:23 ` Kim F. Storm
2007-06-22 14:34 ` Nic James Ferrier
2007-06-22 15:10 ` David House
2007-06-22 15:31 ` Drew Adams
2007-06-23 23:48 ` Johan Bockgård
2007-06-24 0:06 ` Drew Adams
2007-06-24 0:15 ` David Kastrup
2007-06-24 1:17 ` Drew Adams
2007-06-24 10:15 ` Juanma Barranquero
2007-06-24 14:05 ` Drew Adams
2007-06-24 14:22 ` Juanma Barranquero
2007-06-24 14:28 ` David Kastrup
2007-06-25 20:47 ` Juri Linkov
2007-06-25 21:28 ` Drew Adams
2007-06-22 8:41 ` Glyn Millington
2007-06-22 11:54 ` Nic James Ferrier
2007-06-22 12:33 ` Glyn Millington
2007-06-22 9:03 ` Juanma Barranquero
2007-06-22 14:02 ` Denis Bueno
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=467D78BF.6020405@hacksaw.org \
--to=hacksaw@hacksaw.org \
--cc=emacs-devel@gnu.org \
--cc=jasonr@gnu.org \
--cc=kfogel@red-bean.com \
--cc=rms@gnu.org \
--cc=wilde@sha-bang.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.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.