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 9 - 38 of 404   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
9
http://groups.yahoo.com/group/barrysemacs/files/jack/autoit-files.zip if you are using my environment, just unzip to your userlib folder and start a new emacs....
jack_horsfield@...
Send Email
Mar 1, 2001
7:33 pm
10
The problem is in the process code that sets the mark when text is output by a process. THe Python Console uses the process code. I'll look at the code again...
Barry Scott
barry@...
Send Email
Mar 1, 2001
10:08 pm
11
If you set automatic-horizontal-scrolling to 1, you break the horizontal scrollbar. It works only until the cursor reaches the edge of the window, then jumps...
jack_horsfield@...
Send Email
Mar 2, 2001
3:38 pm
12
The dilemma here is that a scroll bar does not move the cursor, only the window. As soon as the horizontal scroll bar moves the window so that the cursor is...
Barry Scott
barry@...
Send Email
Mar 2, 2001
9:01 pm
13
well, when i read your first sentence, i was just about to say 'what about vertical scrolling then'... i actually prefer the way vertical scrolling works. both...
jack horsfield
jack_horsfield@...
Send Email
Mar 3, 2001
2:18 pm
14
i am trying to display a Python message box from emacs... i assume that i need to do the equivalent of: from wxPython.wx import * ..but whatever i try, i just...
jack horsfield
jack_horsfield@...
Send Email
Mar 4, 2001
9:59 am
15
Hello All, I've downloaded BarryEmacs this weekend and I've loved it, simple and at the same time powerfull. I was wondering if the source code for Barry Emacs...
Azynheira@...
Send Email
Mar 5, 2001
9:54 am
16
Hello All, I've downloaded BarryEmacs this weekend and I've loved it, simple and at the same time powerfull. I was wondering if the source code for Barry Emacs...
Azynheira@...
Send Email
Mar 5, 2001
9:55 am
17
new version of syntax checker: -- Now checks that targets of Goto actually exist in the file. -- minor formatting fix in the syntax check error log...line ...
jack_horsfield@...
Send Email
Mar 5, 2001
1:03 pm
18
-- Syntax checker now checks for more than one occurrence of Goto target labels -- Added 'Compile script' and 'Run script' to the Autoit menu jack ...
jack_horsfield@...
Send Email
Mar 6, 2001
12:49 pm
19
cursor-is-visible works as far as I am aware. It returns true if the cursor is within the text that is displayed in the window after the last screen update. If...
Barry Scott
barry@...
Send Email
Mar 6, 2001
9:47 pm
20
I will try this out. wxPython is wonderful, but not bullet proof. Which version of wxPython do you have? BArry ... From: jack horsfield...
Barry Scott
barry@...
Send Email
Mar 6, 2001
9:49 pm
21
I have not release the source code, however much of Barry's Emacs is in the MLisp library that you have full source for. Use the fetch-database-entry...
Barry Scott
barry@...
Send Email
Mar 6, 2001
9:54 pm
22
I recall that making the horizontal scrolling work like the vertical was terrible to use. I'll see if I can give you the option of horizontal scrolling mode...
Barry Scott
barry@...
Send Email
Mar 6, 2001
9:56 pm
23
Can you specify how the horizontal scroll should work, in detail? a.. When does the window scroll? b.. When does the cursor move? c.. What happends to tabs? ...
Barry Scott
barry@...
Send Email
Mar 6, 2001
10:34 pm
24
... Yes ... No relative to the text, yes relative to the window. ... Think of the text as a long horizontal piece of paper and the window as an opening. When...
Gim Hom
g_hom@...
Send Email
Mar 7, 2001
12:13 am
25
i have wxPython 2.2 and ActiveState ActivePython i assume that the problem is likely to be more with me than with python or emacs...i'm at the stage in which a...
jack_horsfield@...
Send Email
Mar 7, 2001
7:20 am
26
-- Syntax checker now assumes that all backslashes must be doubled in parameters to the following commands and complains if they are not: iniread iniwrite ...
jack_horsfield@...
Send Email
Mar 7, 2001
1:08 pm
27
http://groups.yahoo.com/group/barrysemacs/files/jack/autoit-files5.zip 08 March 2001 -- Syntax checker now assumes that all backslashes must be doubled in...
jack_horsfield@...
Send Email
Mar 8, 2001
12:53 pm
28
an excellent summary from Gim. my only gripe is that that is a description of what standard Windows scrollbars do. my personal preference is to keep the cursor...
jack_horsfield@...
Send Email
Mar 8, 2001
7:42 pm
29
Emacs is not capable of updating the screen without having a visible cursor. If the scroll bar moves the windows so that the cursor is not in the text I have ...
Barry Scott
barry@...
Send Email
Mar 8, 2001
9:08 pm
30
ah! i think light is beginning to dawn... if i have a very long line and do lots of scroll-one-column, then the cursor is visible, but dot is somewhere out of...
jack_horsfield@...
Send Email
Mar 8, 2001
9:37 pm
31
The vertical scrolling keeps the cursor at the same physically location on the window. I don't view this as a big deal. I think I prefer the concept of the ...
Gim Hom
g_hom@...
Send Email
Mar 9, 2001
3:31 am
32
http://groups.yahoo.com/group/barrysemacs/files/jack/autoit-files6.zip 12 March 2001 -- Added option on Autoit menu (and ESC v) to list all %variables% in the...
jack_horsfield@...
Send Email
Mar 12, 2001
12:11 pm
33
is anybody interested in spellchecking? i have spellchecking set so that it checks all lines containing: SplashTextOn MsgBox InputBox it's not yet bundled with...
jack_horsfield@...
Send Email
Mar 12, 2001
12:18 pm
34
The current released code will not import wxPython. I have made some changes and can now load wxPython and run some wxPython example code. But while it is...
Barry Scott
barry@...
Send Email
Mar 16, 2001
12:28 am
35
18 March 2001 -- You can now specify an icon to use for the compiled file. There is a line in the autoit locations file to set the name of the file to use. --...
jack_horsfield@...
Send Email
Mar 18, 2001
10:15 am
36
I have made changes to emacs to support wxPython, but now I need changes to wxPython itself. I'll proposed changes on wxPython mailing list and will report...
Barry Scott
barry@...
Send Email
Mar 18, 2001
5:42 pm
37
on Windows NT and 2000: 1. start a new emacs. 2. press ESC-x to get a command prompt. 3. with the mouse, do a left click in the command line window and drag so...
jack_horsfield@...
Send Email
Mar 19, 2001
11:38 am
38
Jonathan is busy adding lots of new commands to the new version of autoit. i'm holding off issuing an update to the emacs autoit stuff until he has...
jack_horsfield@...
Send Email
Mar 21, 2001
12:44 pm
Messages 9 - 38 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