|
|
Newsgroups: gnu.emacs.help
From: wa...@lpds.sublink.org (Walter Pelissero)
Date: 2 Apr 92 15:37:34 GMT
Local: Thurs, Apr 2 1992 3:37 pm
Subject: emacs 18.56 + xenix ptys + gdb 3.5
Trying to make emacs 18.56 use xenix ptys I found a strange incompatibility
with gdb 3.5. All goes well (terminal-emulator, shell) but when I try to run gdb (M-x gdb or gdb inside shell, not inside terminal-emulator), the prompt does not appear. Well, it appears when I type a command and gdb answers me, but again no prompt for the next command input: > Current directory is /u/wally/c/ here there is no prompt as you can see, so I type "quit" > GDB 3.5, Copyright (C) 1989 Free Software Foundation, Inc. > There is ABSOLUTELY NO WARRANTY for GDB; type "info warranty" for details. > GDB is free software and you are welcome to distribute copies of it > under certain conditions; type "info copying" to see the conditions. > Reading symbol data from /u/wally/c/faxem/src/faxem...done. > Type "help" for a list of commands. > quit This makes gdb pretty unusable (M-s, M-n, etc.) as you can think. now gdb answers me > (gdb) > Inferior Gdb finished All goes well if I compile emacs without ptys and I give up terminal-em. But this makes me at least curious. Please answer by e-mail since I don't read this news group. PS please no flame about xenix and my quite outdated set of You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
Newsgroups: gnu.emacs.help
From: j...@cirrus.com (Jill Wilker)
Date: 3 Apr 92 01:19:10 GMT
Local: Fri, Apr 3 1992 1:19 am
Subject: find locked emacs files in shell
Read FAQ, not there:
I need to check in a shell script if any files in The documentation that I have mentions that Emacs records I can not rely on .~* or #*# or *.BAK files existing... any clues, hints, solutions? Thanks- -- You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
Newsgroups: gnu.emacs.help
From: mo...@src.bae.co.UK (Chris Moore)
Date: Tue, 7 Apr 1992 09:07:45 GMT
Local: Tues, Apr 7 1992 9:07 am
Subject: find locked emacs files in shell
>>>>> In article <1992Apr3.011910.4...@cirrus.com>, j...@cirrus.com (Jill Wilker) writes: The path used to store this information is #defined as PATH_LOCK in > The documentation that I have mentions that Emacs records > after the first modification in a special directory reserved > for this purpose.... where is this special place, can I read > the info there? <emacs_dir>/src/paths.h. To find out what <emacs_dir> is at your site, you can probably type C-h i C-x C-f, and <emacs_dir> is the stuff up to the info directory. That directory should contain files which look something like this under /home/aipapp/gnu/emacs-18.57/lock: Chris. You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
Newsgroups: gnu.emacs.help
From: Jamie Zawinski <j...@lucid.com>
Date: 2 Apr 92 22:58:54
Local: Thurs, Apr 2 1992 10:58 pm
Subject: revert-buffer and autosave files
I question the usefulness of having revert-buffer offer to revert from
autosave files. I never, ever want that: when I do revert-buffer, it's because I want to discard all changes since the last version I explicitly saved. I have a model of "what's on disk" in my head, but I don't usually remember when the last autosave was. If I wanted something less than a full reversion, I would either use undo, or I would use recover-file explicitly. Do any of you find the current behavior desirable? I find it very -- Jamie You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
Newsgroups: gnu.emacs.help
From: keis...@poincare.phys.cmu.edu (Bradley D. Keister)
Date: Fri, 3 Apr 1992 08:04:53 GMT
Local: Fri, Apr 3 1992 8:04 am
Subject: Re: revert-buffer and autosave files
I also find the query about autosave files a hindrance. Also, once I've said
I don't want the autosave file, I must also manually delete it later. Brad Keister internet: keis...@poincare.phys.cmu.edu You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
Newsgroups: gnu.emacs.help
From: d90-...@dront.nada.kth.se (Assar Westerlund)
Date: 4 Apr 92 19:03:26 GMT
Local: Sat, Apr 4 1992 7:03 pm
Subject: Re: revert-buffer and autosave files
I question the usefulness of having revert-buffer offer to revert from
autosave files. I never, ever want that: when I do revert-buffer, it's because I want to discard all changes since the last version I explicitly saved. I have a model of "what's on disk" in my head, but I don't usually remember when the last autosave was. If I wanted something less than a full reversion, I would either use undo, or I would use recover-file explicitly. revert-buffer: Second argument (optional) non-nil means don't ask for confirmation at all. If revert-buffer-function's value is non-nil, it is called to do the work. ;; (defun my-revert-buffer () You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
Newsgroups: gnu.emacs.help
From: ro...@karl.uio.no (Rolf Lindgren)
Date: 3 Apr 92 07:16:49 GMT
Local: Fri, Apr 3 1992 7:16 am
Subject: Change keymap, possible FAQ
I'm running EMACS on a DECstation using Telnet from a PC.
The usual delete-function is bound to the DEL key on the numeric keypad. Just doing global-set-key sort of works, but not very well since e.g. GNUS Thank you, -- You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
Newsgroups: gnu.emacs.help
From: kgall...@digi.lonestar.org (Kevin Gallagher)
Date: 3 Apr 92 17:58:55 GMT
Local: Fri, Apr 3 1992 5:58 pm
Subject: Re: Change keymap, possible FAQ
In article <ROLFL.92Apr3081...@karl.uio.no> ro...@karl.uio.no (Rolf Lindgren) writes: A better solution is to use a PC communications package which permits configuring >I'm running EMACS on a DECstation using Telnet from a PC. >The usual delete-function is bound to the DEL key on the numeric keypad. the PC Delete key to send a DEL character, instead of a C-h. If you are using a communications package with a VTxxx series terminal emulator, the software most likely supports this feature. I understand PC Kermit's VT100 emulator is quite good and you can get it for free You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
Newsgroups: gnu.emacs.help
From: m-lp9...@GRANNY.CS.NYU.EDU (Lewis Perin)
Date: 3 Apr 92 18:14:02 GMT
Local: Fri, Apr 3 1992 6:14 pm
Subject: Demacs
Hi. I've been using Demacs with great satisfaction, but I have one
frustrating problem. (By the way, I should probably apologize in advance for clumsiness as a newshound. This is the first submission I've made, and the article in news.announce.newusers is unavailable on this machine. When I issue shell-command (M-!) to do a DOS command, I get DEVICE=C:\DOS\SETVER.EXE Here's my autoexec.bat: @ECHO OFF Thanks, Lew Perin, NYU CS grad student You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
Newsgroups: gnu.emacs.help
From: dza...@cs.tu-berlin.de (Dirk Zabel)
Date: Tue, 7 Apr 1992 11:35:10 GMT
Local: Tues, Apr 7 1992 11:35 am
Subject: Re: Demacs
[...]
>Hi. I've been using Demacs with great satisfaction, but I have one ~~~~ >frustrating problem. (By the way, I should probably apologize in advance >for clumsiness as a newshound. This is the first submission I've made, >and the article in news.announce.newusers is unavailable on this machine. [...] >When I issue shell-command (M-!) to do a DOS command, I get > Opening output file: access denied, d:/ >Here's my autoexec.bat: [...] >SET TMP=D:\ The problem here is that demacs expects %TMP to be the FILENAME used for You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
| Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy |
| ©2010 Google |