Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2929)

Issue 5453045: Provide Scheme sandbox. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 4 months ago by dak
Modified:
12 years, 4 months ago
CC:
lilypond-devel_gnu.org
Visibility:
Public.

Description

Provide Scheme sandbox.

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -0 lines) Patch
M Documentation/extending/scheme-tutorial.itely View 1 chunk +7 lines, -0 lines 1 comment Download
A ly/scheme-sandbox.ly View 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 6
Keith
Very nice. If you make it this easy, I might learn Scheme... nah. http://codereview.appspot.com/5453045/diff/1/Documentation/extending/scheme-tutorial.itely File ...
12 years, 4 months ago (2011-12-08 00:38:07 UTC) #1
dak
On 2011/12/08 00:38:07, Keith wrote: > Very nice. > If you make it this easy, ...
12 years, 4 months ago (2011-12-08 09:07:01 UTC) #2
Ian Hulin (gmail)
On 2011/12/08 09:07:01, dak wrote: > On 2011/12/08 00:38:07, Keith wrote: > > Very nice. ...
12 years, 4 months ago (2011-12-08 11:32:28 UTC) #3
dak
On 2011/12/08 11:32:28, Ian Hulin (gmail) wrote: > > Hi David, > A Scheme sandbox ...
12 years, 4 months ago (2011-12-08 14:39:56 UTC) #4
pacovila
2011/12/8 <dak@gnu.org>: > What you don't understand is that Emacs is no longer scanning your ...
12 years, 4 months ago (2011-12-08 23:54:43 UTC) #5
dak
12 years, 4 months ago (2011-12-09 01:37:38 UTC) #6
Francisco Vila <paconet.org@gmail.com> writes:

> 2011/12/8  <dak@gnu.org>:
>> What you don't understand is that Emacs is no longer scanning your
>> weaknesses of understanding and kneeing you in the gut whenever you do
>> something as careless as typing a backspace.
>
> Copying/pasting from/to other programs in/from Emacs still appear in
> my scan. I never know when it will work and when it will not.  Only
> center-click usually works.

Center click copies the active selection.  To copy the active selection
into the clip board, try the explicit act of M-w in Emacs.  The mouse
highlighting (and selection) disappears, but now the paste button in the
other application works.  And vice versa.  X _has_ separate mechanisms
for a highlighted selection and the clipboard.  Other applications work
similarly.

They usually make things easier by intermingling those two things.
Emacs doesn't.  One reason is that a common workflow is killing a region
in one buffer (C-w) and pasting it in another one (C-y).  If another X
application, like a browser coming up with a page with a highlighted
entry, steals the selection in between, you don't really want to have
Emacs overwrite its last kill with it.

You can customize Emacs to mix those behaviors as well, but if you
develop habitual workflows where this mix is useful, chances are that
you will lose information unintendedly at one time.

With a web browser, the source of information usually is not touched.
With an editor, it is.

-- 
David Kastrup
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b