all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [screenshot] Emacs instant colors (and the Elisp full cycle)
@ 2015-04-21  0:13 Emanuel Berg
  2015-04-21  4:11 ` Rusi
  0 siblings, 1 reply; 17+ messages in thread
From: Emanuel Berg @ 2015-04-21  0:13 UTC (permalink / raw
  To: help-gnu-emacs

In many posts now I've touched upon and tried to
explain the beauty of Lisp, and in particular Elisp,
where the beauty is not a function of some property
that hangs from the "E" - come to think of it,
everything begins with an "e" - but rather because of
the killer 1-2 combination that is an interactive
environment *and* Lisp - and not Lisp in general, but
specifically to interact with that selfsame
environment, while capable of doing everything else
as well!

So should cred be given to the underlying
architecture, which is brilliant, and not to the
dialect in particular, which serves its purpose to the
point? Well, as I see it there is no lack of good
ideas in the world - the challenge is always to
implement them and turn them into pieces of the
domain, which I like to call - reality. However,
certain ideas are so good they stick out as exceptions
to this rule - and I'm absolutely sure, just maybe,
this might be one of them!

If you understand exactly what I mean, take a look at
this screenshot to be even more confused:

    http://user.it.uu.se/~embe8573/pics/instant-colors.png

-- 
underground experts united
http://user.it.uu.se/~embe8573


^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [screenshot] Emacs instant colors (and the Elisp full cycle)
  2015-04-21  0:13 [screenshot] Emacs instant colors (and the Elisp full cycle) Emanuel Berg
@ 2015-04-21  4:11 ` Rusi
  2015-04-21 22:39   ` Emanuel Berg
  0 siblings, 1 reply; 17+ messages in thread
From: Rusi @ 2015-04-21  4:11 UTC (permalink / raw
  To: help-gnu-emacs

On Tuesday, April 21, 2015 at 5:38:22 AM UTC+5:30, Emanuel Berg wrote:

> If you understand exactly what I mean, take a look at
> this screenshot to be even more confused:
> 
>     http://user.it.uu.se/~embe8573/pics/instant-colors.png

Cute!

As it happens I was trying to illustrate/educate folks on the python list
on something very similar about the nature and power of lisp:
https://groups.google.com/d/msg/comp.lang.python/QF0-A1F4miw/GOHMu0HNZocJ

If you tell me the underlying machinery, I'll point them to it.
[Or of course you can join that conversation]


^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [screenshot] Emacs instant colors (and the Elisp full cycle)
  2015-04-21  4:11 ` Rusi
@ 2015-04-21 22:39   ` Emanuel Berg
  2015-04-22  2:24     ` Rusi
                       ` (2 more replies)
  0 siblings, 3 replies; 17+ messages in thread
From: Emanuel Berg @ 2015-04-21 22:39 UTC (permalink / raw
  To: help-gnu-emacs

Rusi <rustompmody@gmail.com> writes:

>> If you understand exactly what I mean, take a look
>> at this screenshot to be even more confused:
>> 
>>     http://user.it.uu.se/~embe8573/pics/instant-colors.png
>
> Cute!

Ain't it the truth!

But it is also practical because often you do not
remember what face is which color.

For the purists, agreed, this is non-textbook usage
because the thought is of course to set those faces to
something sensible (sensible colors) *once*, and from
that point use the faces semantically, to express
purpose - the assumption being their color values make
sense. However, it has happened to me many times that
I do *not* use them that way but instead use them as
mere (?) placeholders for face colors, and then it is
very useful to just type the face name to see the
color it represents.

Besides, in principle it doesn't conflicts supposedly
(?) proper usage to have them in cool colors, only
then that is more a cool stunt rather than an
advantage in productivity as well.

> As it happens I was trying to illustrate/educate
> folks on the python list on something very similar
> about the nature and power of lisp:
>
> https://groups.google.com/d/msg/comp.lang.python/QF0-A1F4miw/GOHMu0HNZocJ

Holly would if she could. If you have a non-JavaScript
version of that I'll read it.

> If you tell me the underlying machinery, I'll point
> them to it. [Or of course you can join that
> conversation]

You ask me to tell you so THEY will understand? :)

Well, in the smallest possible picture, it is very
simple. When the face names themselves are typed in
a buffer, they appear in the same color as they would
give the entities that are associated with them.
This makes it is easier to set up such associations
because you can see on the face name what the result
will be.

What this illustrates on a somewhat bigger scale is
that Elisp is used to improve the tool which you use
to write Elisp.

On the biggest scale it is the computer exponential
success story with computers and programmers taking
turns making each other better. That is in principle
equally true with bulky compiled languages (like C),
however with Lisp (and not just this particular
example) you can feel it instantly. It is a mighty
realization, even for a might programmer.

Did that make sense? Perhaps only to people who
already understand it. Remember the words of
Saint Morpheus: "Unfortunately, no one can be told
what the Matrix is. You have to see it for yourself."

-- 
underground experts united
http://user.it.uu.se/~embe8573


^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [screenshot] Emacs instant colors (and the Elisp full cycle)
  2015-04-21 22:39   ` Emanuel Berg
@ 2015-04-22  2:24     ` Rusi
  2015-04-22  2:52       ` Emanuel Berg
                         ` (2 more replies)
  2015-04-22  6:26     ` [screenshot] Emacs instant colors (and the Elisp full cycle) tomas
       [not found]     ` <mailman.1329.1429683980.904.help-gnu-emacs@gnu.org>
  2 siblings, 3 replies; 17+ messages in thread
From: Rusi @ 2015-04-22  2:24 UTC (permalink / raw
  To: help-gnu-emacs

On Wednesday, April 22, 2015 at 4:04:22 AM UTC+5:30, Emanuel Berg wrote:
> Rusi writes:
> 
> >> If you understand exactly what I mean, take a look
> >> at this screenshot to be even more confused:
> >> 
> >>     http://user.it.uu.se/~embe8573/pics/instant-colors.png
> >
> > Cute!
> 
> Ain't it the truth!
> 
> But it is also practical because often you do not
> remember what face is which color.
> 
> For the purists, agreed, this is non-textbook usage
> because the thought is of course to set those faces to
> something sensible (sensible colors) *once*, and from
> that point use the faces semantically, to express
> purpose - the assumption being their color values make
> sense. However, it has happened to me many times that
> I do *not* use them that way but instead use them as
> mere (?) placeholders for face colors, and then it is
> very useful to just type the face name to see the
> color it represents.
> 
> Besides, in principle it doesn't conflicts supposedly
> (?) proper usage to have them in cool colors, only
> then that is more a cool stunt rather than an
> advantage in productivity as well.
> 
> > As it happens I was trying to illustrate/educate
> > folks on the python list on something very similar
> > about the nature and power of lisp:
> >
> > https://groups.google.com/d/msg/comp.lang.python/QF0-A1F4miw/GOHMu0HNZocJ
> 
> Holly would if she could. If you have a non-JavaScript
> version of that I'll read it.

Thread starts here
https://mail.python.org/pipermail/python-list/2015-April/701924.html

BartC asks for switchable syntax:
https://mail.python.org/pipermail/python-list/2015-April/701998.html

Dan Sommers understands that "you want Lisp, the programmable programming language." : https://mail.python.org/pipermail/python-list/2015-April/702018.html

Subsequent would show that no one really understands what lisp is about
or even the possibility of  'switchable syntax'

> 
> > If you tell me the underlying machinery, I'll point
> > them to it. [Or of course you can join that
> > conversation]
> 
> You ask me to tell you so THEY will understand? :)
> 
> Well, in the smallest possible picture, it is very
> simple. When the face names themselves are typed in
> a buffer, they appear in the same color as they would
> give the entities that are associated with them.
> This makes it is easier to set up such associations
> because you can see on the face name what the result
> will be.
> 
> What this illustrates on a somewhat bigger scale is
> that Elisp is used to improve the tool which you use
> to write Elisp.
> 
> On the biggest scale it is the computer exponential
> success story with computers and programmers taking
> turns making each other better. That is in principle
> equally true with bulky compiled languages (like C),
> however with Lisp (and not just this particular
> example) you can feel it instantly. It is a mighty
> realization, even for a might programmer.
> 
> Did that make sense? Perhaps only to people who
> already understand it. Remember the words of
> Saint Morpheus: "Unfortunately, no one can be told
> what the Matrix is. You have to see it for yourself."

The broader picture(s) is fine; I was asking specifically about the fontlock
Is it vanilla FL or have you done something to make the name of the facename
have the color named?
Because it is exactly this kind of 'introspection' that that thread (non)understands


^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [screenshot] Emacs instant colors (and the Elisp full cycle)
  2015-04-22  2:24     ` Rusi
@ 2015-04-22  2:52       ` Emanuel Berg
  2015-04-22  3:06         ` Rusi
  2015-04-22  7:46       ` Marcin Borkowski
       [not found]       ` <mailman.1334.1429688786.904.help-gnu-emacs@gnu.org>
  2 siblings, 1 reply; 17+ messages in thread
From: Emanuel Berg @ 2015-04-22  2:52 UTC (permalink / raw
  To: help-gnu-emacs

Rusi <rustompmody@gmail.com> writes:

> The broader picture(s) is fine; I was asking
> specifically about the fontlock Is it vanilla FL or
> have you done something to make the name of the
> facename have the color named? Because it is exactly
> this kind of 'introspection' that that thread
> (non)understands

Again, here is the source:

    http://user.it.uu.se/~embe8573/conf/emacs-init/buffer-menu.el

Use the help system to find out who wrote
`font-lock-add-keywords' - actually, it is:

    Jamie Zawinski
    Richard Stallman
    Stefan Monnier

So I better not try to take credit for that! (gulp)

Seriously man, if the "broad picture" is fine, perhaps
it is time you focus on them smaller?

-- 
underground experts united
http://user.it.uu.se/~embe8573


^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [screenshot] Emacs instant colors (and the Elisp full cycle)
  2015-04-22  2:52       ` Emanuel Berg
@ 2015-04-22  3:06         ` Rusi
  2015-04-23  0:51           ` Emanuel Berg
  0 siblings, 1 reply; 17+ messages in thread
From: Rusi @ 2015-04-22  3:06 UTC (permalink / raw
  To: help-gnu-emacs

On Wednesday, April 22, 2015 at 8:17:41 AM UTC+5:30, Emanuel Berg wrote:
> Rusi  writes:
> 
> > The broader picture(s) is fine; I was asking
> > specifically about the fontlock Is it vanilla FL or
> > have you done something to make the name of the
> > facename have the color named? Because it is exactly
> > this kind of 'introspection' that that thread
> > (non)understands
> 
> Again, here is the source:
> 
>     http://user.it.uu.se/~embe8573/conf/emacs-init/buffer-menu.el
> 
> Use the help system to find out who wrote
> `font-lock-add-keywords' - actually, it is:
> 
>     Jamie Zawinski
>     Richard Stallman
>     Stefan Monnier
> 
> So I better not try to take credit for that! (gulp)
> 
> Seriously man, if the "broad picture" is fine, perhaps
> it is time you focus on them smaller?

When I visit it, it does not do all the colorfulness of your screenshot
And cant load it because there're all sorts of your own requires out there.

Anyways... 'seriously man'... fontlock technicolor is not my priority
So I am not going to iterate over this... unless you give me a version that
splashes my screen with color when called as 
$ emacs -Q emanuel-buffer.el

[Or as I said earlier you can put the demo on that python thread yourself]


^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [screenshot] Emacs instant colors (and the Elisp full cycle)
  2015-04-21 22:39   ` Emanuel Berg
  2015-04-22  2:24     ` Rusi
@ 2015-04-22  6:26     ` tomas
       [not found]     ` <mailman.1329.1429683980.904.help-gnu-emacs@gnu.org>
  2 siblings, 0 replies; 17+ messages in thread
From: tomas @ 2015-04-22  6:26 UTC (permalink / raw
  To: Emanuel Berg; +Cc: help-gnu-emacs

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Wed, Apr 22, 2015 at 12:39:03AM +0200, Emanuel Berg wrote:

[...]

> Holly would if she could. If you have a non-JavaScript
> version of that I'll read it.

*chuckle*

I'm often at a loss to express that feeling. May I use that
quote from time to time? With attribution, of course :-)

(you made my day)
- -- t
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlU3PwQACgkQBcgs9XrR2kZtJQCeNod7/kgkMbN392RxfbbAlUuv
XOkAniBM9NXErpknhxGoCQX4EBBxDnGJ
=YUHC
-----END PGP SIGNATURE-----



^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [screenshot] Emacs instant colors (and the Elisp full cycle)
  2015-04-22  2:24     ` Rusi
  2015-04-22  2:52       ` Emanuel Berg
@ 2015-04-22  7:46       ` Marcin Borkowski
       [not found]       ` <mailman.1334.1429688786.904.help-gnu-emacs@gnu.org>
  2 siblings, 0 replies; 17+ messages in thread
From: Marcin Borkowski @ 2015-04-22  7:46 UTC (permalink / raw
  To: help-gnu-emacs

Hi Rusi,

On 2015-04-22, at 04:24, Rusi <rustompmody@gmail.com> wrote:

> Thread starts here
> https://mail.python.org/pipermail/python-list/2015-April/701924.html
>
> BartC asks for switchable syntax:
> https://mail.python.org/pipermail/python-list/2015-April/701998.html
>
> Dan Sommers understands that "you want Lisp, the programmable programming language." : https://mail.python.org/pipermail/python-list/2015-April/702018.html
>
> Subsequent would show that no one really understands what lisp is about
> or even the possibility of  'switchable syntax'

Are they aware of the Hy project?
http://en.wikipedia.org/wiki/Hy

Best,

-- 
Marcin Borkowski
http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski
Faculty of Mathematics and Computer Science
Adam Mickiewicz University



^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [screenshot] Emacs instant colors (and the Elisp full cycle)
       [not found]       ` <mailman.1334.1429688786.904.help-gnu-emacs@gnu.org>
@ 2015-04-22 11:52         ` Rusi
  2015-04-23  1:08           ` Gnus, Emacs, and Emacs people blogs (was: Re: [screenshot] Emacs instant colors (and the Elisp full cycle)) Emanuel Berg
       [not found]           ` <87d22vhcrw.fsf_-_@debian.uxu>
  0 siblings, 2 replies; 17+ messages in thread
From: Rusi @ 2015-04-22 11:52 UTC (permalink / raw
  To: help-gnu-emacs

On Wednesday, April 22, 2015 at 1:16:28 PM UTC+5:30, Marcin Borkowski wrote:
> Hi Rusi,
> 
> On 2015-04-22, at 04:24, Rusi wrote:
> > Thread starts here
> > https://mail.python.org/pipermail/python-list/2015-April/701924.html
> >
> > BartC asks for switchable syntax:
> > https://mail.python.org/pipermail/python-list/2015-April/701998.html
> >
> > Dan Sommers understands that "you want Lisp, the programmable programming language." : https://mail.python.org/pipermail/python-list/2015-April/702018.html
> >
> > Subsequent would show that no one really understands what lisp is about
> > or even the possibility of  'switchable syntax'
> 
> Are they aware of the Hy project?
> http://en.wikipedia.org/wiki/Hy

Hey! Sweet!

Dunno how much the vanilla python programmer will care
For myself Ive been collecting my thoughts on the significance of lisp here
http://blog.languager.org/2015/04/poverty-universality-structure-0.html

Should put Hy in...


^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [screenshot] Emacs instant colors (and the Elisp full cycle)
  2015-04-22  3:06         ` Rusi
@ 2015-04-23  0:51           ` Emanuel Berg
  2015-04-23  4:33             ` Rusi
  0 siblings, 1 reply; 17+ messages in thread
From: Emanuel Berg @ 2015-04-23  0:51 UTC (permalink / raw
  To: help-gnu-emacs

Rusi <rustompmody@gmail.com> writes:

> When I visit it, it does not do all the colorfulness
> of your screenshot And cant load it because there're
> all sorts of your own requires out there.

You only need `font-lock-add-keywords'. If you read
the documentation, you find out that what I did is
exactly what it does! That way you also find out
I didn't do anything else and the requires are
unrelated. See?

> Anyways... 'seriously man'... fontlock technicolor
> is not my priority

It is rather to be able to solve simple problems by
examining code and documentation peace and quiet and
not get discouraged at the first unknown encounter.

But I like "fontlock technicolor" :) Exactly.

> So I am not going to iterate over this... unless you
> give me a version that splashes my screen with color
> when called as $ emacs -Q emanuel-buffer.el

OK:

    http://user.it.uu.se/~embe8573/captain-mr-king.el

Invoke:

    emacs -Q -l captain-mr-king.el captain-mr-king.el

> [Or as I said earlier you can put the demo on that
> python thread yourself]

Well, this isn't exactly an example of Lisp being
a "programmable programming language". This is an
example of Emacs being programmable in Elisp as well
as a tool to write Elisp. The difference might (?) get
subtile down below. The example that would prove the
point should rather be a macro that changes the syntax
of Lisp, for example `dotimes' - myself, I'm not
a macro writer tho I use them (sometimes). Of course
you may still use this example in any way you like.

-- 
underground experts united
http://user.it.uu.se/~embe8573


^ permalink raw reply	[flat|nested] 17+ messages in thread

* Gnus, Emacs, and Emacs people blogs (was: Re: [screenshot] Emacs instant colors (and the Elisp full cycle))
  2015-04-22 11:52         ` Rusi
@ 2015-04-23  1:08           ` Emanuel Berg
       [not found]           ` <87d22vhcrw.fsf_-_@debian.uxu>
  1 sibling, 0 replies; 17+ messages in thread
From: Emanuel Berg @ 2015-04-23  1:08 UTC (permalink / raw
  To: help-gnu-emacs

Rusi <rustompmody@gmail.com> writes:

> Dunno how much the vanilla python programmer will
> care For myself Ive been collecting my thoughts on
> the significance of lisp here
>
> http://blog.languager.org/2015/04/poverty-universality-structure-0.html

Do you have that as RSS so I can get it in Gnus? (I
searched for "RSS" but no hit.) Or does it work in
some other way? I'm no blog reader as I don't like to
update my browser to check out if there is news, but
if I can get them straight into Gnus automatically
when published it'd be another thing.

Indeed, all Emacs/Linux/FOSS blogs and in a broader
sense all cool computer people in the movement that
have blogs, please send me whatever data is required
to hook up to your interfaces. This isn't off-topic
for this list (I crosspost this to gnu.emacs.help and
gnu.emacs.gnus) *but* if you don't want to be
self-promoters (why?) I'll be happy to receive
private mails.

-- 
underground experts united
http://user.it.uu.se/~embe8573


^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: Gnus, Emacs, and Emacs people blogs (was: Re: [screenshot] Emacs instant colors (and the Elisp full cycle))
       [not found]           ` <87d22vhcrw.fsf_-_@debian.uxu>
@ 2015-04-23  2:52             ` Emanuel Berg
  0 siblings, 0 replies; 17+ messages in thread
From: Emanuel Berg @ 2015-04-23  2:52 UTC (permalink / raw
  To: help-gnu-emacs

Emanuel Berg <embe8573@student.uu.se> writes:

>> Dunno how much the vanilla python programmer will
>> care For myself Ive been collecting my thoughts on
>> the significance of lisp here
>>
>> http://blog.languager.org/2015/04/poverty-universality-structure-0.html
>
> Do you have that as RSS so I can get it in Gnus? (I
> searched for "RSS" but no hit.) Or does it work in
> some other way? I'm no blog reader as I don't like
> to update my browser to check out if there is news,
> but if I can get them straight into Gnus
> automatically when published it'd be another thing.
>
> Indeed, all Emacs/Linux/FOSS blogs and in a broader
> sense all cool computer people in the movement that
> have blogs, please send me whatever data is required
> to hook up to your interfaces. This isn't off-topic
> for this list (I crosspost this to gnu.emacs.help
> and gnu.emacs.gnus) *but* if you don't want to be
> self-promoters (why?) I'll be happy to receive
> private mails.

Everyone is still encouraged to self-promote their
techno-science blogs, but I realized "I" had already
solved the "Gnus Atom to RSS" problem by means of the
NNTP news.gwene.org server, where this particular blog
is gwene.org.languager.blog - it holds 39 posts.

I even tried to register it [1] but it was already
registered, the web UI told me.

Good work!

[1] http://gwene.org

-- 
underground experts united
http://user.it.uu.se/~embe8573


^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [screenshot] Emacs instant colors (and the Elisp full cycle)
       [not found]     ` <mailman.1329.1429683980.904.help-gnu-emacs@gnu.org>
@ 2015-04-23  3:07       ` Emanuel Berg
  2015-04-23  6:46         ` tomas
  0 siblings, 1 reply; 17+ messages in thread
From: Emanuel Berg @ 2015-04-23  3:07 UTC (permalink / raw
  To: help-gnu-emacs

<tomas@tuxteam.de> writes:

>> Holly would if she could. If you have
>> a non-JavaScript version of that I'll read it.
>
> ... I'm often at a loss to express that feeling.
> May I use that quote from time to time?
> With attribution, of course :-)

As the great, late Pablo Neruda once said or could
have said, a poem does not belong to the one who wrote
it, but the one who needs it.

OT: But I didn't coin that phrase. I think it is a tag
line to some 90's movie. Perhaps starring
Alicia Silverstone at age 19. Oh, no. Please excuse
this disruption to your Emacs workflow. There is no
such movie. (Actually, Ms. Silverstone was 18 years, 9
months, and 15 days at the premiere of "Clueless"!
But it wasn't that one but some animated movie - in
synch with the theme of this thread...)

-- 
underground experts united
http://user.it.uu.se/~embe8573


^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [screenshot] Emacs instant colors (and the Elisp full cycle)
  2015-04-23  0:51           ` Emanuel Berg
@ 2015-04-23  4:33             ` Rusi
  2015-04-23 15:08               ` Emanuel Berg
  0 siblings, 1 reply; 17+ messages in thread
From: Rusi @ 2015-04-23  4:33 UTC (permalink / raw
  To: help-gnu-emacs

On Thursday, April 23, 2015 at 6:16:30 AM UTC+5:30, Emanuel Berg wrote:
> Rusi  writes:
> 
> > When I visit it, it does not do all the colorfulness
> > of your screenshot And cant load it because there're
> > all sorts of your own requires out there.
> 
> You only need `font-lock-add-keywords'. If you read
> the documentation, you find out that what I did is
> exactly what it does! That way you also find out
> I didn't do anything else and the requires are
> unrelated. See?
> 
> > Anyways... 'seriously man'... fontlock technicolor
> > is not my priority
> 
> It is rather to be able to solve simple problems by
> examining code and documentation peace and quiet and
> not get discouraged at the first unknown encounter.
> 
> But I like "fontlock technicolor" :) Exactly.
> 
> > So I am not going to iterate over this... unless you
> > give me a version that splashes my screen with color
> > when called as $ emacs -Q emanuel-buffer.el
> 
> OK:
> 
>     http://user.it.uu.se/~embe8573/captain-mr-king.el
> 
> Invoke:
> 
>     emacs -Q -l captain-mr-king.el captain-mr-king.el
> 
> > [Or as I said earlier you can put the demo on that
> > python thread yourself]
> 
> Well, this isn't exactly an example of Lisp being
> a "programmable programming language". This is an
> example of Emacs being programmable in Elisp as well
> as a tool to write Elisp. The difference might (?) get
> subtile down below. The example that would prove the
> point should rather be a macro that changes the syntax
> of Lisp, for example `dotimes' - myself, I'm not
> a macro writer tho I use them (sometimes). Of course
> you may still use this example in any way you like.

Ive put it in -- check if its ok


^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [screenshot] Emacs instant colors (and the Elisp full cycle)
  2015-04-23  3:07       ` Emanuel Berg
@ 2015-04-23  6:46         ` tomas
  0 siblings, 0 replies; 17+ messages in thread
From: tomas @ 2015-04-23  6:46 UTC (permalink / raw
  To: Emanuel Berg; +Cc: help-gnu-emacs

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Thu, Apr 23, 2015 at 05:07:17AM +0200, Emanuel Berg wrote:
> <tomas@tuxteam.de> writes:
> 
> >> Holly would if she could. If you have
> >> a non-JavaScript version of that I'll read it.
> >
> > May I use that quote [...]
> 
> As the great, late Pablo Neruda once said or could
> have said, a poem does not belong to the one who wrote
> it, but the one who needs it.

Thanks :-)

- -- t
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlU4lTUACgkQBcgs9XrR2kaZdgCeNFnwN7FXy5zBDKlbsto50Kui
wgMAnR7byHVTJLWfA2QL3r2tN15mRsYD
=lA3N
-----END PGP SIGNATURE-----



^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [screenshot] Emacs instant colors (and the Elisp full cycle)
  2015-04-23  4:33             ` Rusi
@ 2015-04-23 15:08               ` Emanuel Berg
  2015-04-24  1:45                 ` Rusi
  0 siblings, 1 reply; 17+ messages in thread
From: Emanuel Berg @ 2015-04-23 15:08 UTC (permalink / raw
  To: help-gnu-emacs

Rusi <rustompmody@gmail.com> writes:

> Ive put it in

Where?

-- 
underground experts united
http://user.it.uu.se/~embe8573


^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [screenshot] Emacs instant colors (and the Elisp full cycle)
  2015-04-23 15:08               ` Emanuel Berg
@ 2015-04-24  1:45                 ` Rusi
  0 siblings, 0 replies; 17+ messages in thread
From: Rusi @ 2015-04-24  1:45 UTC (permalink / raw
  To: help-gnu-emacs

On Thursday, April 23, 2015 at 8:34:14 PM UTC+5:30, Emanuel Berg wrote:
> Rusi  writes:
> 
> > Ive put it in
> 
> Where?

Search for

"First-classness in emacs"

[ or "Emanuel Berg" :-) ]


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2015-04-24  1:45 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-21  0:13 [screenshot] Emacs instant colors (and the Elisp full cycle) Emanuel Berg
2015-04-21  4:11 ` Rusi
2015-04-21 22:39   ` Emanuel Berg
2015-04-22  2:24     ` Rusi
2015-04-22  2:52       ` Emanuel Berg
2015-04-22  3:06         ` Rusi
2015-04-23  0:51           ` Emanuel Berg
2015-04-23  4:33             ` Rusi
2015-04-23 15:08               ` Emanuel Berg
2015-04-24  1:45                 ` Rusi
2015-04-22  7:46       ` Marcin Borkowski
     [not found]       ` <mailman.1334.1429688786.904.help-gnu-emacs@gnu.org>
2015-04-22 11:52         ` Rusi
2015-04-23  1:08           ` Gnus, Emacs, and Emacs people blogs (was: Re: [screenshot] Emacs instant colors (and the Elisp full cycle)) Emanuel Berg
     [not found]           ` <87d22vhcrw.fsf_-_@debian.uxu>
2015-04-23  2:52             ` Emanuel Berg
2015-04-22  6:26     ` [screenshot] Emacs instant colors (and the Elisp full cycle) tomas
     [not found]     ` <mailman.1329.1429683980.904.help-gnu-emacs@gnu.org>
2015-04-23  3:07       ` Emanuel Berg
2015-04-23  6:46         ` tomas

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.