Search the web
Sign In
New User? Sign Up
barrysemacs · Barry's Emacs
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 244 - 273 of 404   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
244
MERRY CHRISTMAS AND HAPPY HOLIDAYS http://www.ibewwebmasters.com/chorus.htm GOOD LUCK mike buck...
mike buck <mikebuck@...
roadtrash26
Offline Send Email
Dec 22, 2002
4:05 am
245
MERRY CHRISTMAS TO BEMACS AND IT'S AUTHOR...
Valery Ivanov <shehre...
valery_2k2
Offline Send Email
Dec 23, 2002
6:08 pm
246
... The mouse package does a lot of actions. Position dot, drag window borders, hi-light region, drag hi-lighted region, etc. Do you just want to stop the drag...
Barry Scott
barryalanscott
Offline Send Email
Dec 31, 2002
8:47 pm
247
While on the topic of mouse edit functions, it would be great if the marked region would scroll when the cursor is past the top of the emacs window or past the...
G. Hom
g_hom
Offline Send Email
Dec 31, 2002
9:13 pm
248
... All functionality except for drag region stuff. For some reason I can go to a spot (by position dot with mouse) start typing and stuff gets moved or...
W Shumaker
zuikway
Offline Send Email
Jan 1, 2003
5:21 pm
249
Woudl it be possible to add a UI-window-previous? I'm trying to create a function that will take the startup state of emacs (one maximized window) and open a...
W Shumaker
zuikway
Offline Send Email
Jan 1, 2003
5:21 pm
250
I've added UI-window-previous to Emacs. I'll release a new beta in a couple of days with this in. I'll also make the actions of the pc-mouse package ...
Barry Scott
barryalanscott
Offline Send Email
Jan 1, 2003
8:18 pm
251
Maybe the UI-window-next needs the screen to be updated... try a (sit-for 0) Barry...
Barry Scott
barryalanscott
Offline Send Email
Jan 1, 2003
8:20 pm
252
... I did try a couple of (sit-for 20) during my previous testing and nothing changed, but maybe it was in the wrong spot. thanks much Wayne...
W Shumaker
zuikway
Offline Send Email
Jan 1, 2003
9:51 pm
253
I'm a bit slow these days. I recently ended a long time doing analog circuit design and am now spending time picking up programming. Python looks interesting...
W Shumaker
zuikway
Offline Send Email
Jan 8, 2003
12:04 am
254
I have some docs on the python integration. See "MLisp Programmer's Guide", section "Programming Emacs From Other Languages", subsection "Using Python inside...
Barry Scott
barryalanscott
Offline Send Email
Jan 8, 2003
10:12 pm
255
... Cool, I guess I have not read the emacs documentation recently. I'm also in the process of writing a program (graphical interface for circuit design) and...
W Shumaker
zuikway
Offline Send Email
Jan 9, 2003
2:37 am
256
Wayne, 213 windows contains the UI-window-previous code. Do you want to try it out? Barry...
Barry Scott
barryalanscott
Offline Send Email
Jan 9, 2003
9:16 pm
257
... sure, where can I ftp it from. Thanks Wayne...
W Shumaker
zuikway
Offline Send Email
Jan 10, 2003
2:23 pm
258
... Actually I figured out and downloaded it. I'll check it out soon. Thanks Wayne...
W Shumaker
zuikway
Offline Send Email
Jan 10, 2003
2:26 pm
259
... Works great. Now, let's see, another feature to add.... Wayne...
W Shumaker
zuikway
Offline Send Email
Jan 10, 2003
2:39 pm
260
The usual places yahoo file area and barry-emacs.org Barry...
Barry Scott
barryalanscott
Offline Send Email
Jan 10, 2003
7:35 pm
261
i finally got around to trying to access emacs from python.... the python section of the docs says i need to do 'import bemacs'. well, i tried that, but just...
jack_horsfield
Offline Send Email
Mar 9, 2003
9:57 pm
262
I think the bemacs module is BEmacsServer.exe. ;-)...
Valery Ivanov
valery_2k3
Offline Send Email
Mar 11, 2003
5:46 pm
263
That is right. Start bemacs then start up python inside bemacs with the Python-console command. You will see a new buffer "Python console" with the line...
Barry Scott
barryalanscott
Offline Send Email
Mar 12, 2003
7:00 pm
264
ah, i see. i was trying to import bemacs into the pythonwin console. thanks jack Wow!!! Input! Megabytes of input! ... console ... line "bemacs_init.py ... by...
jack_horsfield
Offline Send Email
Mar 12, 2003
8:24 pm
265
just in case anybody fancies adding buttons and listboxes and all those GUI things... try a copy of gui4cli from: http://users.hol.gr/~dck/g4c/ you can access...
jack_horsfield
Offline Send Email
Apr 7, 2003
3:44 pm
266
i have defined a hooked abbrev... which works fine, except that it insists on inserting the character that triggered the function. for example, if i type the...
jack_horsfield
Offline Send Email
Apr 12, 2003
2:14 pm
267
i'm setting up an emacs for a new user... who wanted to be able to undent by using shift-tab. is there any way i can make emacs recognise shift-tab? jack you...
jack_horsfield
Offline Send Email
Apr 12, 2003
2:16 pm
268
in a text file: this finds the beginnings of words: (ere-search-forward "\\<") this fails to find anything: (ere-search-forward "\\>") is this a bug? or have i...
jack_horsfield
Offline Send Email
Apr 16, 2003
2:25 pm
269
http://www.thinkgeek.com/images/products/front/2b-or-not-2b.jpg well i liked it jack Wow!!! Input! Megabytes of input!...
Jack Horsfield
jack_horsfield
Offline Send Email
Apr 22, 2003
1:28 pm
270
i see python 2.3 is out... but emacs still demands 2.2 any prospect of an update? cheers jack ...has life experiences beyond today's technology age...
jack_horsfield
Offline Send Email
Aug 13, 2003
6:38 am
271
if i have a buffer containg two newlines followed by four 'bloggs, fred': bloggs, fred bloggs, fred bloggs, fred bloggs, fred and then i execute: ...
jack_horsfield
Offline Send Email
Aug 31, 2003
8:29 am
272
ok, user error... i needed: (ere-replace-string "^[\t \n]*([^,]*),[\t ]*(.*)" "\\2 \\1") however, undo does not work. jack But it's true, even if it didn't...
jack_horsfield
Offline Send Email
Aug 31, 2003
8:01 pm
273
I think I've found and fixed the undo problem. I'm guessing that you issued the ere-replace-string from the "minibuf" (on ESC-ESC). delete-buffer is used at...
Barry Scott
barryalanscott
Offline Send Email
Sep 6, 2003
11:33 am
Messages 244 - 273 of 404   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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