jed-users mailing list

[2017 Date Index] [2017 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

[jed-users] Re: Typing unicode symbols directly


On 2017-03-16 Bernhard Seckinger wrote:

> Yes it would suit my needs, but it seems not to work. When typing "ctrl-c c"
> I'm just getting a "c".

This is most certainly because your emulation is not "emacs".
You can find your emulation like this:

  F10 -> System -> S-Lang Command
  
and then at the prompt, type:

  flush (_Jed_Emulation);
  
Your emulation is probably "jed" and in that case you should
just change to 

   if (name == "jed")


  Morten
  

_______________________________________________
For list information, visit <http://jedsoft.org/jed/mailinglists.html>.


[2017 date index] [2017 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]