Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

jasspa · JASSPA's MicroEmacs

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 127
  • Category: Cyberculture
  • Founded: Jul 7, 1999
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 1194 - 1223 of 2695   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
1194 Thomas Hundt
thundt Send Email
Oct 1, 2004
5:01 pm
I don't mind it the way it is. (And I really appreciate having the ability to use regexps in there [MAGIC buffer mode]. This is IMO the best way to debug...
1195 Thomas Hundt
thundt Send Email
Oct 1, 2004
5:07 pm
Personally I wish there were a good outline mode that would do all this for me... but then you're getting into "is it a word processor or an editor" and...
1196 Jon Green
bigfatmrmoose Send Email
Oct 2, 2004
11:43 am
I've now prototyped the X-Window Drag'n&#39;drop support using the XDND protocol as requested last month by Salman. I've confirmed the operation on Solaris and...
1197 Jon Green
bigfatmrmoose Send Email
Oct 3, 2004
4:10 pm
A set of extended macros for handling XML and SGML have been posted to http://www.jasspa.com. The extensions include:- * Close tag completion of </ (esc-esc to...
1198 first last
prelude_2_mu... Send Email
Oct 4, 2004
9:28 am
I have just built it to test xdnd and it works alright here with KDE. Thanks :) Also, could it be possible to add the "close tag" macro to the html mode? That...
1199 Tony Bedford
tbedford_csl@... Send Email
Oct 4, 2004
9:46 am
... This sounds like what I wanted...basically common programming related editing tasks would be reindenting the body of a for loop, if block or while loop. In...
1200 Tony Bedford
tbedford_csl@... Send Email
Oct 4, 2004
9:47 am
Lovely jubbly! :D ... _________________________________________________________________ It's fast, it's easy and it's free. Get MSN Messenger today! ...
1201 Jon Green
jnaught@... Send Email
Oct 4, 2004
10:48 am
... The myhtml.emf file does exactly this on the download page. You need to install the XML extensions and this file and it will perform the html close...
1202 Salman Khilji
salmankhilji Send Email
Oct 4, 2004
1:17 pm
... I tested the latest version on Fedora Core 2 stock. It works great with both konqueror and Nautilus under KDE and GNOME respectively. I tested both single...
1203 Jon Green
bigfatmrmoose Send Email
Oct 4, 2004
7:50 pm
Gabriel and Salman, Thanks for taking time out to test this under KDE and GNOME. Both responses are favourable so I think we can call it a wrap ! I've...
1204 first last
prelude_2_mu... Send Email
Oct 5, 2004
10:34 am
Well, I finally got around to implementing/testing the CUA mode for ME. I got the basic bindings like copy/paste/find but most of the others are not standard,...
1205 Pierre Gaston
pgas@... Send Email
Oct 5, 2004
12:19 pm
On NT4 sp6 me could not start. A message box states: "The procedure entry point SHGetSpecialFolderPathA could not be located in the dynamic link library...
1206 Phillips, Steven
sphillips@... Send Email
Oct 5, 2004
1:31 pm
This problem was also experienced by a Win98 user so I am glad there is a work around. I'll try to incorporate this into the next release, Thanks for the info,...
1207 Jon Green
bigfatmrmoose Send Email
Oct 5, 2004
8:07 pm
... Use show-region if you want to keep the hilighting. The shove-over macro I pushed out last week kept the region hilighting and allowed the position to be...
1208 Phillips, Steven
sphillips@... Send Email
Oct 6, 2004
8:31 am
Gabriel, This becomes more awkward because there is a fundamental difference in the approach to regions and cut 'n' paste operations. Emacs style editors do...
1209 first last
prelude_2_mu... Send Email
Oct 6, 2004
10:07 am
... That's what I thought. I will get it working and then send it to the list so you can have a look (sorry for needing all this hand-holding). ... Just a...
1210 first last
prelude_2_mu... Send Email
Oct 6, 2004
4:13 pm
I understand, it is just that it is not really consistent with the rest of a "normal" destkop. I don't mind it too much (until I happen to select text on...
1211 Thomas Hundt
thundt Send Email
Oct 6, 2004
4:35 pm
I access Unix on a Windows PC all the time. And ME and Putty windows both support mouse selection (which amounts to select-and-copy). And then I can paste...
1212 Salman Khilji
salmankhilji Send Email
Oct 8, 2004
3:45 pm
I am trying to write a macro that does the following: Given the name of a buffer such as GraphView.cpp, strip it off the extension and insert in the buffer the...
1213 Jon Green
bigfatmrmoose Send Email
Oct 8, 2004
4:47 pm
... A couple of mistakes, I think you want this:- define-macro function_separator set-variable %index &sin "." $buffer-bname !if &equal %index 0 set-variable...
1214 Thomas Hundt
thundt Send Email
Oct 8, 2004
5:36 pm
It's &sin <string you're looking for> <string you're searching> not the other way around! ... -- Thomas Hundt...
1215 Box-Plot
poxblot Send Email
Oct 8, 2004
7:14 pm
Hi all. On JASSPA's MicroEmacs, is it possible to turn auto-fill-mode on? Thanks a lot!...
1216 Jon Green
bigfatmrmoose Send Email
Oct 8, 2004
8:35 pm
... Short answer is no, there is no auto-fill-mode as you might expect in GNU emacs (i.e. line wrapping on long lines). Probably something we should address. ...
1217 Thomas Hundt
thundt Send Email
Oct 9, 2004
12:20 am
Rightclick modeline, buffer modes, wrap Probably turned on automatically if you edit a .txt file. ... -- Thomas Hundt...
1218 Phillips, Steven
sphillips@... Send Email
Oct 15, 2004
3:32 pm
Okay, so I started to play around with this and I thought the first thing to do would be to get a definitive list of key bindings for the CUA standard, simple...
1219 Thomas Hundt
thundt Send Email
Oct 15, 2004
8:30 pm
Go into Word (say, 2000) and open a document with maybe a screenful of text. Click somewhere in the middle to put the cursor there. Now hold down Shift+Alt...
1220 Box-Plot
poxblot Send Email
Oct 15, 2004
8:41 pm
Hi all. I was editing my modeline using M-x set-variable until I got a decent configuration string. Then I tried to kill (C-k) the string from the minibuffer...
1221 Thomas Hundt
thundt Send Email
Oct 15, 2004
8:50 pm
I'm against spending any effort making ME more like Notepad. I think if we made ME at all CUI-approximating, we can just rename it Micro Notepad, because it...
1222 Box-Plot
poxblot Send Email
Oct 15, 2004
8:54 pm
... doesn't ... a ... the ... Rectangle selection is possible by default, even if the highlighted region is not rectangular. Just mark one of the edges...
1223 Thomas Hundt
thundt Send Email
Oct 15, 2004
8:57 pm
Yes I know this. I want to do it with the mouse, with the selection area displayed in real-time. Thanks. -Th ... -- Thomas Hundt <tom@...>...
Messages 1194 - 1223 of 2695   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help