Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the barrysemacs group. File :...
barrysemacs@yahoogrou...
Feb 8, 2001 8:27 pm
2
there is a emacs new kit available: http://www.scottb.demon.co.uk/emacs/bemacs-V7.1-114.zip The last kit was released last April or so, so this should be an ...
jack_horsfield@...
Feb 11, 2001 8:36 am
3
well, i thought i'd try out the messaging part of the egroup. i've uploaded quickfile, to http://groups.yahoo.com/group/barrysemacs/files/jack/Userlib.zip ...
jack_horsfield@...
Feb 13, 2001 12:34 pm
4
http://groups.yahoo.com/group/barrysemacs/files/jack/AutoitSyntaxCheck .zip Autoit syntax checker ... This is a rather crude syntax checker for autoit files. ...
jack_horsfield@...
Feb 16, 2001 7:18 am
5
...forgot to say. i sent mail to jonathon, asking if he could add a syntax-checking mode to autoit...since all the syntax logic is in there anyway. if he does,...
jack horsfield
jack_horsfield@...
Feb 16, 2001 7:43 am
6
i don't use UI-switch-buffer (Buffer/Switch buffer) because it does a switch-to-buffer and i almost always do a pop-to-buffer. i tried to wrap up...
jack_horsfield@...
Feb 16, 2001 9:43 am
7
my version works, but if i press ESC to abort from the UI-switch- buffer window, then i'm left with a window on buffer 'main'. is there any way round this? ...
Barry Scott
barry@...
Feb 18, 2001 12:38 pm
8
when i type something in Python console, i get the result, but mark is still set, so i have a select region...very irritating. this is on Windows 2000. i...
jack_horsfield@...
Feb 28, 2001 9:00 am
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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...