What problem are you trying to solve that needs more then 3 types of string and 3 types of comment? C++, for example, has 2 comment types and 2 string types. ...
some misunderstanding... 3 string + 3 comment is fine and will solve all my problems. jack ... From: Barry Scott [mailto:barry.alan.scott@...] Sent:...
Kits for Windows, FreeBSD and Linux are on yahoo and www.barrys- emacs.org I'm expecting that 160 with any problems fixed that testing uncover will replace 118...
... the screen updating and line wrapping are both much better. i've had no problems with the updating and only one with the wrapping... i had a line that was...
you mean you don't use wrap-long-lines? personally i hate automatic-horizontal-scrolling. give me wrapped lines every time! jack it may be there is room for...
Right. I click on the tool bar button the few times it I need it. My default is the auto scroll that I find is very useful. With indented code having the white...
Some time ago, Jack indicated that there were alternative wrap characters (W2k machine). On one had to do was installed some fonts from the microsoft website. ...
i use monotype.com, which now seems to be called andale. you can get it from: http://www.microsoft.com/OpenType/fontpack/default.htm lucida console also works...
Kits for Windows, FreeBSD and Linux are on yahoo and www.barrys-emacs.org I'm expecting that 160 with any problems fixed that testing uncover will replace 118...
Kits for Windows, FreeBSD and Linux are on yahoo and www.barrys-emacs.org Build 161 replaces 118 as the stable version of Barry's Emacs. Below is the change...
I use the mouse package from the emacs database with a slight mod. When I position the cursor past the EOBP, mlisp inserts lines and spaces to get me there. To...
Would it be possible for Emacs to automatically appended the appropriate file extensions when saving files? For example, if the file type is text, appended...
At least for Windows applications(eg: Word, IE), when you save a file, the file type is appended automatically. For example under Word, "SAVE AS" xyx would...
correct. When using the GUI SAVE AS dialog, the file type should be appended automatically to be consistent with the other Windows applications. I use Windows...
if i have a file called: '1.1 notes.txt' then the backup filename is 1._1 notes.txt' ...which is a little disconcerting. jack Untabling his hands, he lapped...
i've set up emacs to be my source viewer for IE, by running a tiny autoit program that calls the following package: (defun (emacs-ie-view-source-com ...
THis needs adding to the docs... When the XXX-com procedure runs to process a command line the current directory is changed to the current directory that was...
You would be amazed at how hard it is to change the save as dialog to implement this. (or may not if you have experience of windows programming). I'd estimate...
Thanks for the assessment of the task. Two days is too much work to ask..Is there an elegant way to do it in mlisp or allow the user to customize it? One...
you could write a separate menu...something like: SaveAs HTML Text xxx yyy ...and then force the filetype accordingly. jack you might think that...i couldn't...
ah. i knew about the directory change when processing the command line, but didn't know that there was a previous-directory that would get me back. it sort of...
It intentional. It allows each bemacs.exe to ask for an edit to be performed and wait for the user to complete the edit. Then a script can use the edited file....
ah. yes, i see the sense in that. but, naturally, it's not the behaviour i want just at the moment :) i tried kicking off the recursive-edit with schedule...
if i run WIN-execute-line on the following line: dir *.htm then the result contains *.htm and *.html if i try *.ht then the result is, correctly, no files. i'm...
Trying to install bemacs I don't have the file MSCVRT.DLL on my puter... I have 18 quad-gillion .dll's but not that one. heh. Anyone know where to get it? Bill...