I've added a ".cry" file type to my Windows boxes, to hold encrypted text data conveniently. Double-clicking such a file brings up ME in crypto mode,...
I have some thing set up wrong in the way Spelling checking works, can some one point me in the right direction please? Any time I try Tools/Check Buffer...
I've used MicroEMACS 3.9 on various UNIX systems for years and, finally wanting to use it on Windows (98 & NT 4.0), I just discovered JASSPA. Very impressive...
Attached is a minor modification for "docmacro.emf" for the Aug 2001 release. Within a formated text document the section numbering hilighting is not hilighted...
Hi folks, I am running microemacs on win98. Can someone tell me how I can execute an msdos command from within microemacs and capture the resulting output to a...
The following code does not indent properly under the current version of hkperl.emf (010801): for (my $x = 0; $x <= $#foo; $x++) { print "$foo[x]\n"; } (The...
This might be a bug (I can reproduce it under NT/Solaris/Linux), version 01/08/01: Select some portion of a line (say, by double-clicking on a word or dragging...
... I'd like to bind Control-[ to do the same thing that the Meta key (ESC) does. I tried: 1 global-bind-key prefix "C-[" Didn't get any errors, but didn't...
Hello, all When I execute this macro by Thomas Hundt, found in the contributions page of the JASSPA site, it effectively re-load the current buffer, but delete...
A correction to the reread-file routine on the contrib page (http://www.jasspa.com/subs/sub3.txt). This macro has a bug whereby, if you have two files open at...
hello, this is trivial but quite handy in html programming: define-macro rgb2hex set-variable :r @ml "enter rgb-value for red" set-variable :g @ml "enter...
Hello, sometimes I have dozens of files open and with the ordinary buffer-menu, there are difficult to get. java-files are laying between makefiles, perl-files...
Going through the latest upgrades :-) There is always this file "null" in this archive -- it screws up copying in WinZip because "null" is a reserved word in...
Hello, I found out that if any function that uses meGetString and is called from the menu, example of such case if the ones given in the title (Help On...
Hello All! If you select Macro... under Insert or Help on Command in Help and then move the mouse, if you have the beep activated you'll hear a whole lot of...
Another thing I noticed: I was using schemej.emf ("Black on cream" now known as "Basic black on cream") -- and the colors are different under 8/01 versus...
I've use DanL's MicroEmacs since version 2.0, and I just came arcoss Jasspa. Been using it under windows at work for the last few days, and love it. However I...
When I download meicons.tar.gz it looks like the following, which seem to be HTML. Is this just me again or is the file really broken? <!DOCTYPE HTML PUBLIC...
hello, I have written a small imenu macro - emacs-like ;) - which is asking you for a regex and then popups a imenu where you can jump to the specific line. ...
Rapidly following the July 2001 release is the August 2001 release ! This tidies up a few loose ends in addition to a number of new features. Uploaded to...
A number of new contributions have been posted in light of recent postings on this list, including:- save-region - Slightly modified version of saving the ...
On win32 platforms the use of man inside ME is disabled, if you have the nice cygwin tools installed you can write a batchfile like the following: rem man.bat ...
Hello, of course under unix you must use the pipe-shell-command, otherones perldoc will never finish it's work. sorry for any inconvinience ... this version...
One GNU emacs command I use alot is something I believe is called save-highlight-region or something similiar. It does what the name implies... you set a mark,...
Jon, ... Thanks alot Jon! Can you point me in the direction of instructions for how to save keyboard macros into (.emf) files? GNU Emacs has the ability to...
hello, Improvement of the perldoc command. Starting a working session you can grab all the neccessary information via perldoc's in the *pod*-buffer, with some...
hello, in order to simplify the use of perldoc I provide a simple mode for handling it. the output of multiple perldocs is collected in a *pod* buffer. Detlef ...