lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Newbie: Emacs configuration on Debian


From: Mats Bengtsson
Subject: Re: Newbie: Emacs configuration on Debian
Date: Tue, 14 Oct 2003 10:45:11 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030312

If you use bash as shell, add the following lines to your ~/.profile

XEDITOR='emacsclient --no-wait +%l %f'
export XEDITOR

If you use tcsh as a shell, add the following line to your .tcshrc

setenv XEDITOR 'emacsclient --no-wait +%l %f'

You can easily verify the value of an environment variable using
echo $XEDITOR
or
printenv XEDITOR

You probably want to take a look at some introductory text to UNIX/Linux.

   /Mats


rtml wrote:

        Hi all,

Sorry if this is rather a Debian or emacs question, but Lilypond users certaily solved this problem before.

I am new to Lilypond (and Debian distibution) , and would like to have the point and clik working.

Xdvi complains with 'No editor found - using built-in default (vi)'. I think XEDITOR is not seen par Xdvi.

Can somebody tell me where to put the 'XEDITOR=...' line ? I tried in ~/.profile, in /etc/profile (which is documented as system wide), and in even in some bashrc related files. None works.


Regards

Roland



_______________________________________________
Lilypond-user mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/lilypond-user

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
        Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

[Prev in Thread] Current Thread [Next in Thread]