|
|
Newsgroups: gnu.emacs.help
From: eis...@axpmi5.pfa.philips.de (Thomas Eisele)
Date: 1995/06/01
Subject: Re: Emacs on Alpha/OSF
Marinos> Will there be support for alpha-dec-osf2.1 in the next official
Marinos> version of Emacs (19.29)? Is a patched Emacs 19.28 available Marinos> somewhere already? Get the patches from: The 19.26 patch works for 19.28, too. Posting from Emacs 19.28 under DEC OSF1, V 3.2 :-) 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: r...@infograph.com (Ron Forrester)
Date: 1995/06/01
Subject: minibuffer modification?
Does anyone have some code which will cause the command line minibuffer
to behave thusly: If any key other than a cursor movement or history retrieval key Make sense? 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: bogoe...@rbg.informatik.th-darmstadt.de (Michael Bonetsmueller)
Date: 1995/06/01
Subject: Emacs and man-pages (M-x manual-entry) don't work [OS/2]
hello!
I'm using GNU EMACS 19.27.1 for OS/2 and I'm very happy with it - When I try M-x manual entry I get: error: SYS3175 (access violation exception) from OS/2 and: process exited abnormally with code 5 by Emacs. Any hints?! Michael. bogoe...@rbg.informatik.th-darmstadt.de -- 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
Followup-To: gnu.emacs.help
From: hol...@megatek.com (Dion Hollenbeck)
Date: 1995/06/01
Subject: RMAIL batch deleter wanted
I would like to run a weekly chron job to delete all but the last #n
messages in a particular RMAIL file. Is there code to do this, or does anyone have code that is close enough for me to modify into what I want? I am a fair ELISP programmer when I have something to start with, but not too good from scratch. 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: mat...@amiga.icu.net.ch (Matija Milostnik)
Date: 1995/06/01
Subject: emacs on HP (Memory requirements)
Hello We have a setup, where we use the vi editor for everything. The standard distribution takes some 40MB of HD memory, and So my SysMgr was really surprised (and terrified) to hear this Since I dont need (at first) all possible emacs extensions, -> What is the absolute minimum setup for emacs. (which files -> How much memory does it take on HD, and while running. -> How many new directories has my SysMgr to define e.g. -> Where do I find an already compiled emacs for HP 712/60 with PARISC The other objection to the use of emacs was the relative slowliness Any advice? Bye 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: fie...@kagcpd01.ag01.kodak.COM (Roman Fietze)
Date: 1995/06/02
Subject: Re: emacs on HP (Memory requirements)
Hello Matija,
We have a setup, where we use the vi editor for everything. The standard distribution takes some 40MB of HD memory, and You end up having about 20 MB all together after compiling and So my SysMgr was really surprised (and terrified) to hear this What? You have tons of HP's and nowhere maybe 60MB left. That would Since I dont need (at first) all possible emacs extensions, -> What is the absolute minimum setup for emacs. (which files If you remove all *unnecessary* Lisp files maybe about 10 MB or even -> How much memory does it take on HD, and while running. Disk see above. Mem on HP: -> How many new directories has my SysMgr to define e.g. You end up having the binary in /usr/local/bin or wherever you want -> Where do I find an already compiled emacs for HP 712/60 with PARISC Sorry. Don't know. But it's no problem to compile for a real Sysadm: The other objection to the use of emacs was the relative slowliness Emacs is faster to learn for newcomers (esp. the X version). I'm Unix If you don't maintain Emacs you get a working version w/ many many Any advice? Try to get it. Roman 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: gross...@ls6.informatik.uni-dortmund.de (Kai Grossjohann)
Date: 1995/06/02
Subject: Re: emacs on HP (Memory requirements)
Matija> We have a setup, where we use the vi editor for everything.
Matija> When I asked my SysMgr, to install emacs, I ran into a Matija> problem: Matija> The standard distribution takes some 40MB of HD memory, and As hard disk space is cheap nowadays, that shouldn't be too much of a Matija> The other objection to the use of emacs was the relative Well, machines get faster and faster, and I don't notice any speed And there are many more things that Emacs can do which vi can't, and \kai{} 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: nj...@amtp.cam.ac.uk (Neil Jerram)
Date: 1995/06/01
Subject: Re: Philosophy of frames
In article <3qhmai$...@hearst.cac.psu.edu> afn...@arl.psu.edu (Albert
F. Niessner III) writes: Frames should be the next hiarchry of abstraction in the editor. windows allow me to view and edit different or the same buffer in a frame. Processes allow me to have multiple frames and buffers. It seems logical (again this is IMHO) that the frames would offer some separation like separate processes but still be coupled like buffers. When acting on buffers, those actions should only act on buffers BUT a frame should still remain coupled to all the other frames When I work on code, it is usually spread across many directories Well thats what I would like to see and how I perceive things working. Yes, I see what you mean. I think this sort of separation would be I rather suspect that there is very little 'design philosophy' in the In practical terms I do not think it would be difficult to implement 1. (switch-to-buffer buf) checks buf's value of buffer-frame. If 2. The buffer list now comes in two parts: 'unattached' buffers, One or more user options would govern if and when buffer-frame was set Neil. 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: bit.listserv.os2-l, comp.os.os2.apps, gnu.emacs.help
From: oheia...@fub46.zedat.fu-berlin.de (Oliver Heidelbach)
Date: 1995/06/01
Subject: Re: HELP: Can't get emacs to work under OS/2!
In <3pms00$...@skat.usc.edu>, ffabb...@skat.usc.edu (Frank Fabbrocino) writes:
This is just a guess, but I would suggest putting quotation sign around the *full* path information instead of just around the directory information. Do this: "D:\desktop\os!2 programs\emx" I would further suggest to change every backslash in emx and If the above won't work to you (should take you not more than Oliver 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: comp.emacs, gnu.emacs.help
Followup-To: comp.emacs
From: traf...@sealbark.itd.nrl.navy.mil (Greg Trafton)
Date: 1995/06/01
Subject: Last visited file?
Hi, all. I'm looking for a way to save my last visited file, or
(better yet), my last n visited files. So that the next time I start an emacs session I can go to that file in the place I left it. any suggestions? many 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.
| ||||||||||||||
| Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy |
| ©2010 Google |