Search the web
Sign In
New User? Sign Up
ntemacs-users · NT Emacs
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 15892 - 15921 of 16715   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
15892
... I'm seeing this as well. My impression is that it seems to occur when you have emacs and other programs uniconized and both are updating the screen . I...
Robert Marshall
robert@...
Send Email
Nov 1, 2001
9:22 am
15893
... This sounds more like a bug in your display driver, or in the Windows ME kernel itself. Other apps should not affect Emacs and vice versa. ... I doubt it....
Jason Rumney
jasonr@...
Send Email
Nov 1, 2001
9:56 am
15894
Hi all, I installed emacs 21.1.1 (the binary that Theodore Jump kindly offered at http://www.tertius.com/projects/library/emacs/emacs-21.1-w32.zip) I found...
Erwin Achermann
acherman@...
Send Email
Nov 1, 2001
9:57 am
15895
... Yes, I'd think it was a 98 problem except that I never saw it in 21.0.104 or 21.0.105 and the first day I started using 21.1 my machine locked up 4 times,...
Robert Marshall
robert@...
Send Email
Nov 1, 2001
10:24 am
15896
Hi Richard, ... <snip> I have previously had problem for a while when the zero sized window would come up, same symtoms as you, it was easier for me as I had a...
Kirkby, Peter M
Peter.Kirkby@...
Send Email
Nov 1, 2001
10:35 am
15897
Bill, Check out format-time-string: (format-time-string "%a %m %d %Y") ...cj -- ... Christopher J. White...
Christopher J. White
chris@...
Send Email
Nov 1, 2001
12:23 pm
15898
... In my particular case, it was an incremental search, replacing some bits, isearching another part, and doing some changes there. ... Yes, that's what i use...
Erwin Achermann
acherman@...
Send Email
Nov 1, 2001
12:57 pm
15899
... Emacs is still going through most of the motions of the interactive stuff (like maybe it's still doing the pauses and such that isearch induces) even ...
Theodore Jump
tjump@...
Send Email
Nov 1, 2001
1:42 pm
15900
Hello, My thanks for all the help. I now know that "barebin" will not install and run by itself. I tried diligently. It is for upgrading, so you don't have to...
Richard Holt
rholt@...
Send Email
Nov 1, 2001
2:14 pm
15901
Does the cygwin build of emacs give you a tty in *shell*. I miss it in the existing distribution. I have seen speculation on this list that a cygwin build...
Richard M. Heiberger
rmh@...
Send Email
Nov 1, 2001
4:46 pm
15902
Please see lisp/gnus/date-time.el for Gnus date convenience functions. I believe from your description that once you have the date string you are interested...
Alexander G. Burchell
aburchel@...
Send Email
Nov 1, 2001
6:14 pm
15903
Hi, Does anyone knows how to edit Microsoft Word document with Emacs? Xiangmin...
Wang, Xiangmin
xiwang@...
Send Email
Nov 1, 2001
6:42 pm
15904
... You could try saving it as HTML or RTF and editing that. I wouldn't mess with any other format unless you *really* know the file format. -pd...
Peter Davis
peter_davis@...
Send Email
Nov 1, 2001
6:50 pm
15905
... How do you tell? Under Linux, from the *shell* buffer: [root@charlesc emacs-21.1]# [root@charlesc emacs-21.1]# echo $TERM dumb [root@charlesc emacs-21.1]#...
Charles Curley
ccurley@...
Send Email
Nov 1, 2001
6:51 pm
15906
... You can use catdoc.exe to cat out the text of a Word document. There is also a catdoc.el which allows you to do all of the cat'n and then subsequent...
Galen Boyer
galenboyer@...
Send Email
Nov 1, 2001
7:14 pm
15907
... The seemingly endless number of tags you have to wade through make this unworkable. ... Never tried this. -- Galen deForest Boyer Sweet dreams and flying...
Galen Boyer
galenboyer@...
Send Email
Nov 1, 2001
7:20 pm
15908
When I do M-x network-connection on 21.1 (built on my own Win2K machine), I get this: network-service-connection: Symbol's value as variable is void: ...
Eli Daniel
edaniel@...
Send Email
Nov 1, 2001
8:10 pm
15909
Galen, Thanks for your reply. Both catdoc.exe and catdoc.el seem good; the catdoc.el sounds more natural in the Emacs context. BUT I could not find either of...
Wang, Xiangmin
xiwang@...
Send Email
Nov 1, 2001
9:11 pm
15910
... Google my man. Google. Catdoc http://www.ice.ru/~vitus/catdoc/ Mother of all .el distributions my man, Mother of all .el distributions catdoc.el ...
Galen Boyer
galenboyer@...
Send Email
Nov 2, 2001
12:35 am
15911
In a message dated 11/1/01 11:46:33 AM Eastern Standard Time, rmh@... writes: There is no cygwin build of gnu emacs. It is possible to build...
Robinows@...
Send Email
Nov 2, 2001
4:27 am
15912
... There's more going on under the hood than you seem to realize, so that kind of test is not necessarily going to be all that relevant. If you really want to...
Michael John Downes
mjd@...
Send Email
Nov 2, 2001
2:51 pm
15913
... You're in luck! M-x delete-matching-lines will do exactly that. In case you ever need the opposite, M-x keep-lines is helpful too. ... It's always a good...
George Nassas
George_Nassas@...
Send Email
Nov 2, 2001
3:21 pm
15914
I would like to remove the lines of a (very long) file that start with a specific pattern. Do I need to write a lisp function, or does anyone know a way to do...
Moore, Mathew L
MooreML@...
Send Email
Nov 2, 2001
3:22 pm
15915
Are we going to see official binaries released soon, or is that planned when the Windows version is more complete? (By that I mean when the tooltips, and...
Steve Kemp
skx@...
Send Email
Nov 2, 2001
3:37 pm
15916
if you have cygwin-like tools installed, you can do C-u M-| grep <insert your regexp here> i.e., shell commmand (grep) on region, to keep lines matching the...
Peter Brown
pbrown@...
Send Email
Nov 2, 2001
3:38 pm
15917
... PB> if you have cygwin-like tools installed, you can do PB> C-u M-| grep <insert your regexp here> PB> i.e., shell commmand (grep) on region, to keep lines...
Simon Green
simon@...
Send Email
Nov 2, 2001
3:44 pm
15918
... One could also probably speed up keyboard macro playback by either remembering to encode "M-x font-lock-mode<enter>" to toggle font-lock off at the...
Theodore Jump
tjump@...
Send Email
Nov 2, 2001
3:51 pm
15919
... matt> I would like to remove the lines of a (very long) file that start with a matt> specific pattern. Do I need to write a lisp function, or does anyone...
Christopher J. White
chris@...
Send Email
Nov 2, 2001
3:55 pm
15920
For the life of me, I can't figure it out.... How do I getting the transient mark from deactivating when I mark all the way down to the end of the buffer.... ...
Sunil Patel
ssp@...
Send Email
Nov 2, 2001
4:29 pm
15921
... Neither do I. I find that apropos shows up Man-mode after I have loaded either man or woman, but not otherwise, and without causing any corruption that I...
Dr Francis J. Wright
f.j.wright@...
Send Email
Nov 2, 2001
4:58 pm
Messages 15892 - 15921 of 16715   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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