How to set "ecb-source-path" of ecb of Emacs? -


This stupid question spent me all day, and I still do not know how to set it up.

I am new to emacs and ecb - I have installed it for the first time today. I found that "directory window" was empty when I started eMX:

Enter image details here

So I have read the document online, it says that before me ecb-source-path should be set, so I input:

  Mx custom-variable & lt; RET & gt; Ecb-source-path & lt; RET & gt;   

Now, it opens a new document:

Enter image details here

But I think I can not do anything in this document (it can not be modified), and there is no way to set the path.

I was trying again and again, very much, still not lucky.

It really bothers me that it is very hard for new messages.

If you click on the other screenshot there is a button labeled "INS" Generate an element of the list.

Alternatively, you can set it directly in your .emacs :

  (setq ecb-source-path '("/ i / Am / path / one "" and / i / am / path / two "" / is / did not / path / three "))    

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -