... I vote for txt2tags. ... I haven't found any. ... Gruß / Regards Christof -- http://home.in.tum.de/~boeckler/ http://www.spiegel.de/zwiebelfisch Da sie...
Christof Boeckler
boeckler@...
Nov 1, 2005 8:08 am
1683
Hi, For my daily work it is neccessary, that I will not save files with lines matching ^[ ]+$ I thought of binding 'clean' to a hook but can't find an...
Meino Christian Cramer
Meino.Cramer@...
Nov 1, 2005 6:34 pm
1684
There is no built in mechanism at present although I can see a need of one. With the current release the best (and only) solution I can think of is to rebind...
Steven Phillips
bill@...
Nov 1, 2005 11:01 pm
1685
From: Steven Phillips <bill@...> Subject: Re: [jasspa] Execution of macro right before save of file Date: Tue, 1 Nov 2005 23:01:00 +0000 Hi Steve ! ...
Meino Christian Cramer
Meino.Cramer@...
Nov 2, 2005 3:03 am
1686
Hello all, I am using the great scanner tool re2c (regular expressions are converted to c-code. I would like that the code inside the re2c blocks (/*!re2c ......
How strange. It almost seems like the comments should be around the re2c code, not the C code. This can't compile, the way it is. (ME would display it...
The .fhook-?.comment variables are used only for the reformatting of comments (typically bound to "esc o") and have no effect on either the indentation or...
Phillips, Steven
sphillips@...
Nov 2, 2005 4:35 pm
1689
Hi,
First, I'd like to report a bug in the cygwin port of jasspa, which
involves the spell checker. It seems not to recognize anything as
being in the...
From: Steven Phillips <bill@...> Subject: Re: [jasspa] Execution of macro right before save of file Date: Tue, 1 Nov 2005 23:01:00 +0000 Hi Steve, the...
Meino Christian Cramer
Meino.Cramer@...
Nov 3, 2005 4:00 am
1691
From: Steven Phillips <bill@...> Subject: Re: [jasspa] Execution of macro right before save of file Date: Tue, 1 Nov 2005 23:01:00 +0000 Hi, FIXED! It...
Meino Christian Cramer
Meino.Cramer@...
Nov 3, 2005 4:05 am
1692
Hi, if I need "General Help" I press ESC-? and enter the string I want to look up. If the last character of the search string is entered I press <RETURN> to...
Meino Christian Cramer
Meino.Cramer@...
Nov 3, 2005 4:48 am
1693
I have similar problems with describe-word and the ftp dialog. I will add it to the todo list. Steve ... Of ... ...
Phillips, Steven
sphillips@...
Nov 3, 2005 8:01 am
1694
Hi, Something mysterious happened.... :) I tried to string-insert a "rm -f " at position 0 (C-like counting ;) of the coloumns in a list of no longer used...
Meino Christian Cramer
Meino.Cramer@...
Nov 6, 2005 4:55 am
1695
Works for me when I select a rectangle where the last line is a blank line. (The string gets inserted at the same column where the end of the rectangle is.) ...
From: Steven Phillips <bill@...> Subject: Re: [jasspa] Execution of macro right before save of file Date: Tue, 1 Nov 2005 23:01:00 +0000 Hi Steve, I...
Meino Christian Cramer
Meino.Cramer@...
Nov 7, 2005 4:38 am
1697
You noeed to only do the clean if the buffer is edited, i.e. check that the edit mode is enabled, i.e. try something like: define-macro my-save-buffer !if...
Steven Phillips
bill@...
Nov 7, 2005 10:38 pm
1698
... I consider this to be a serious bug - what do you think? Gruß / Regards Christof -- http://home.in.tum.de/~boeckler/ http://www.spiegel.de/zwiebelfisch Da...
Christof Boeckler
boeckler@...
Nov 8, 2005 5:38 pm
1699
Hi all, I ran into a strange problem! Given the following macro define-macro latex-test-yank !force kill-region !if $status ; should work, but is buggy, ; if...
Christof Boeckler
boeckler@...
Nov 8, 2005 11:04 pm
1700
... This is because the last thing the shift region macro does is copy the region i.e. consider the shift region to be equivalent to calling copy-region. Try...
Phillips, Steven
sphillips@...
Nov 9, 2005 7:54 am
1701
Hi, I wrote two trivial macros that I missed in the standard distribution, maybe they are useful and find their way in the distribution. It's about moving...
Christof Boeckler
boeckler@...
Nov 9, 2005 11:54 am
1702
... Haha, I finally found it: show-region is the solution to my problems ... forget the last mail. Just bloody beginner's thoughts! Gruß / Regards Christof --...
Christof Boeckler
boeckler@...
Nov 9, 2005 1:53 pm
1703
Sorry for sending this mail, but Yahoocom had switched off my account due to bounced mail (due to what???) and I have to check whether I did the reactivation...
Meino Christian Cramer
Meino.Cramer@...
Nov 11, 2005 5:09 pm
1704
I've been playing with my print-setup due to switching to a different model LaserJet, and ran into a couple of things (none of which are earth-shakingly...
Hi, Sometimes I like to use "me -n" instead of "me". Unfortunately some keys behaves oddly like "Del", "Home", "End" and such. Instead of moving around in the...
Meino Christian Cramer
Meino.Cramer@...
Nov 12, 2005 2:45 am
1706
From: Thomas Hundt <thundt@...> Subject: Re: [jasspa] String-rectangle unable to insert at pos 0 ? Date: Sat, 05 Nov 2005 23:42:47 -0800 Hi Thomas ! ...
Meino Christian Cramer
Meino.Cramer@...
Nov 12, 2005 2:45 am
1707
You are doing a C-h k to find out what ME is seeing the key as, right? And you've done a search for likely keywords like "keysym" and "mapping" and "map" in...
You say the query-replace-string is "heavy". ("Schwer"? You mean "difficult". See http://dict.leo.org/ ) I don't see what the problem is. Are you aware of...
From: Thomas Hundt <thundt@...> Subject: Re: [jasspa] me -n ? Date: Sat, 12 Nov 2005 00:11:25 -0800 Just to clearify... Your suggested "C-h k" command...
Meino Christian Cramer
Meino.Cramer@...
Nov 12, 2005 5:08 pm
1710
... What is C-h in a termcap terminal? It happens to be "BACKSPACE". So there is no such key visible to ME in this environment so the binding will never work....