My first webpage
Classic my first webpage is still on the web that was back in 98 and that was about Emacs
http://membres.lycos.fr/crblinux/html/xemacs.html
It is in french thought.
Filed under: Emacs on December 30th, 2006 | No Comments »
Classic my first webpage is still on the web that was back in 98 and that was about Emacs
http://membres.lycos.fr/crblinux/html/xemacs.html
It is in french thought.
Filed under: Emacs on December 30th, 2006 | No Comments »
Ah i just discovered that the Bagdhad Musem have fetched my wikipedia page and i am on it now :
http://www.baghdadmuseum.org/ref/?title=User:Chmouel
I feel greatly honored (yeah whatever).
Filed under: Misc on December 30th, 2006 | No Comments »
If you want to emulate Control-L in Eshell (the Emacs Shell) like in Xterm, you can use this :
(defun eshell-show-minimum-output ()
(interactive)
(goto-char (eshell-beginning-of-output))
(set-window-start (selected-window)
(save-excursion
(goto-char (point-max))
(line-beginning-position)))
(eshell-end-of-output))
And add a key bind to it in [...]
Filed under: Emacs on December 27th, 2006 | No Comments »
If you like me when running oracle on x86_64 get that damn :
Error loading native library: libnjni9.so
when launching dbca and you have googled the thousands five hundred useless answer. Just add the path of the libs $ORACLE_HOME/lib and $ORACLE_HOME/lib32 to your /etc/ld.so.conf (or /etc/ld.so.conf.d/oracle.conf on RH derivative) and rerun ldconfig.
If this is during install just [...]
Filed under: Oracle on December 21st, 2006 | No Comments »
Something that i haven’t find via goole. By default on RedHat (and derivatives) if you get a dark background the colored ls will be seen really humm bold from a xterm (since i guess there default gnome-terminal has been configured to have a white background ).
The solution is to
cp /etc/DIR_COLORS /etc/DIR_COLORS.xterm
or to redefine your [...]
Filed under: RedHat on December 20th, 2006 | No Comments »