jed-users mailing list

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

Re: A few jed questions again


Hi mowgli,

knowledgeless@xxxxxxxxx <knowledgeless@xxxxxxxxx> wrote:
> I'd like to run a shell script before jed really quits with the C-x
> C-c. Is that possible? If yes, what command can I map the two keys to?

Look at the function append_to_hook and the _jed_exit_hook. The later is
described in hooks.txt (Menu->Help->Browse Docs->hooks).

> Secondly, I am unable to copy/paste text with the mouse in jed. Say I
> copy from another terminal with the mouse and try to paste in jed,
> nothing happens.

See /usr/share/doc/jed/README.Debian.gz

> Also, copy/pasting between two jeds running on two ttys doesn't work
> C-y or with the mouse. How to do this?
>
> How do I automatically format paragraphs as I type?

What do you mean? ESC Q?

> How to copy text instead of cutting using C-w then pasting with C-y
> and again pasting where needed.

Is ESC W what you want?

> Does jed support registers?

Yes. Help->Describe Key Bindings, search for register there.

> I was unable to use abbrevs when I made an abbrevs.sl and placed it
> under /etc/jed.d/ directory with a number prefix. I also loaded this
> file manually and still the abbrevs won't work. What is wrong?

Please poste the content of this file. Here are some examples of
abbrevavations.

#if (_slang_utf8_ok)
create_abbrev_table("Global", "0-9A-Za-zÀ-ÖØ-öø-");
#else
create_abbrev_table("Global", "0-9A-Za-z��-�);
#endif
define_abbrev("Global",	"Algo",	"Algorithmus");
define_abbrev("Global",	"Algos", "Algorithmen");
define_abbrev("Global",	"WK",	"Wahrscheinlichkeit");

Bye, Jörg.
-- 
chinesiches Sprichwort:
Wer fragt, ist ein Narr für fünf Minuten.
Wer nicht fragt, ist ein Narr fürs ganze Leben.

--------------------------
To unsubscribe send email to <jed-users-request@xxxxxxxxxxx> with
the word "unsubscribe" in the message body.
Need help? Email <jed-users-owner@xxxxxxxxxxx>.


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