Is there a way to do "smooth" horizontal scrolling? I have set vertical scrolling to "smooth" but I don't see anyway to set the same feature for horizontal...
I use ftp (especially from home) to edit about 90% of the time. Is there a way to preset the registry file name so that when the ftp connect dialog is shown I...
The storing of the last 'Registry File' used to happen automatically and should have worked in me0505. I believe I have broken this in the latest release (or...
Steven Phillips
bill@...
Sep 3, 2006 11:58 pm
1924
Tom, ... Does anyone know if adding -L/usr/lib/termcap to the CONSOLE_LIBS definition could cause any side effects?, i.e. change linux2*.gmk makefiles to: ...
Steven Phillips
bill@...
Sep 4, 2006 12:27 am
1925
... Pass the buck! Yes I will sort this out, a easy fix. Agreed that it needs cleaning up. ... What was missing from the docs is in me.1 Basically a me...
... I agree with Bruno, 'clean' is better called now an again rather than unnecessarily on every save. My favourite is "spotless" rather than the regular...
Jon, ... Unfortunately on my system (Windows XP Pro) my username is "Rick Owen". I have tried restoring my session using your example, but the embedded space...
Unfortunately on my system (Windows XP Pro) my username is "Rick Owen". I have tried restoring my session using your example, but the embedded space seems to...
Phillips, Steven
sphillips@...
Sep 4, 2006 12:45 pm
1929
Hmmmm. Didn't work a minute ago. Works now. Must be gremlins. Earlier I did try me "-cRick Owen" and I received an error about a problem in mysql.emf which...
... I'd better add this bracketing to the help as well, it never occurred to me that people would have a space in their login name as it is typically the same...
I normally use a color scheme that made this difficult to notice. I changed to the default color scheme and it popped right out at me. The closing '>' for a...
Thanks. It took me a minute to slip out of my Windows persona and drop back a decade to remember how to interpret diff output, but it was a good exercise. Now...
Sorry to keep picking at these little nits, but it is so close that I hate to let it drop until everything looks as perfect as humanly possible. In the SQL...
I think this problem is caused by your setup rather than a general problem, in an earlier email you made reference to 'a problem in mysql.emf' and I believe ...
Steve, I did try this and the results were the same as I reported before. I don't think it's an issue with my "myxxx.emf" files because it only affects the...
Over the years I have developed my own set of keystrokes as I have used a variety of editors. I am, however, still living with the emacs style region / yank...
Hello all, i have one question: i use Notes tool a lot, and would like to add some highlighting to it. i mean, let's say, now it higlights urls only... but...
I am genuinely surprise at the number of people using notes, the first version was more a proof of concept yet it seems there are quite a few real users of it...
Steven Phillips
bill@...
Sep 10, 2006 7:22 pm
1943
... There is some additional highlighting in notes as follows, however notes does not allow "mynotes.emf" for user extensions which it should probably do. At...
hello all first of all, thank you very much Jon and Steven for your help with my previous question, concerning notes tool and additional highliting. now two...
hello all, two more questions :) 1. how can i add non-western chars to highlighted chars list? let's talk, e.g., about "-!- document -!-" mode -- so, i...
... The '*' bullet is hilighted via the line: hilight .hilight.doc 0x20 "*\\}[ \t]+\\w" .scheme.no1 You can add a similar line to your mydoc.emf replacing the...
Phillips, Steven
sphillips@...
Sep 11, 2006 11:47 am
1947
Steven, thank you once again for your help and interest. ... for now bullet highlights text, which looks like that: 1. here goes some text where 'here goes...
I'm not sure what the status line at the bottom of the screen is called (mode line?, status line?). It's the line that shows the buffer name, buffer mode, line...
The '\\w' in the hilighting token means any word character (i.e. normally a-z A-Z 0-9), you can replace this with a '[.....]' character group (i.e. "*\\}[...