Re: [O] Rendering of source code on worg

2013-06-04 Thread Bastien
Hi Guido,

Guido Van Hoecke gui...@gmail.com writes:

 The .emacs.el on orgmode.org contains:

   (set-face-foreground 'font-lock-keyword-face DeepSkyBlue1)
   (set-face-foreground 'font-lock-string-face Goldenrod)

 This is used when publishing Worg files on the server.

 If you can find better colors, please submit some.

 I never intended to comment nor judge the specific colors used.

Sorry, I was a bit terse but I really meant what I said: I'm aware
the colors are not the best ones and I'd welcome improvements!

 I was under the impression that the elisp fragments on the website used
 to have exactly the same font and faces as in stock emacs elisp
 buffers. Apparently this is not the case, and I still don't know where I
 got that wrong idea.

I would find it nice to have the same colors than in emacs -q --
I'll apply patches for this, no doubt.

Thanks in advance!

-- 
 Bastien



[O] Rendering of source code on worg

2013-05-24 Thread Guido Van Hoecke
Hi,

I think that the default rendering of source code on the worg side was
closely resmbling the default rendering on emacs.

I have the impression that somehow this is no longer the case, as
visible a.o. at
http://orgmode.org/worg/org-configs/org-config-examples.html

Is this a deliberate choice?


Guido

--
Machine-independent program:
A program that will not run on any machine.



Re: [O] Rendering of source code on worg

2013-05-24 Thread Bastien
Hi Guido,

Guido Van Hoecke gui...@gmail.com writes:

 I think that the default rendering of source code on the worg side was
 closely resmbling the default rendering on emacs.

 I have the impression that somehow this is no longer the case, as
 visible a.o. at
 http://orgmode.org/worg/org-configs/org-config-examples.html

 Is this a deliberate choice?

The .emacs.el on orgmode.org contains:

  (set-face-foreground 'font-lock-keyword-face DeepSkyBlue1)
  (set-face-foreground 'font-lock-string-face Goldenrod)

This is used when publishing Worg files on the server.

If you can find better colors, please submit some.

Thanks,

-- 
 Bastien



Re: [O] Rendering of source code on worg

2013-05-24 Thread Guido Van Hoecke
Hi Bastien,

Bastien b...@gnu.org writes:

 Hi Guido,

 Guido Van Hoecke gui...@gmail.com writes:

 I think that the default rendering of source code on the worg side was
 closely resmbling the default rendering on emacs.

 I have the impression that somehow this is no longer the case, as
 visible a.o. at
 http://orgmode.org/worg/org-configs/org-config-examples.html

 Is this a deliberate choice?

 The .emacs.el on orgmode.org contains:

   (set-face-foreground 'font-lock-keyword-face DeepSkyBlue1)
   (set-face-foreground 'font-lock-string-face Goldenrod)

 This is used when publishing Worg files on the server.

 If you can find better colors, please submit some.

I never intended to comment nor judge the specific colors used.

I was under the impression that the elisp fragments on the website used
to have exactly the same font and faces as in stock emacs elisp
buffers. Apparently this is not the case, and I still don't know where I
got that wrong idea.

Anyhow, sorry for the noise,


Guido

--
The problems of business administration in general, and database management in
particular are much too difficult for people that think in IBMese, compounded
with sloppy English.
-- Edsger W. Dijkstra