|
|
Newsgroups: gnu.emacs.help
From: akae...@scc.mv.com (Andreas Kaempf)
Date: 1995/08/01
Subject: Sun keyboard and emacs
Hi all... I have an old style Sun keyboard a type 4 I believe... I am using Could someone please email or post the key mappings for the keys I Thanks in advance andreas Steller Computer Consultants Andreas Kaempf 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: raw...@rd1.racal.com (Ray Wood)
Date: 1995/08/01
Subject: Need Ada Mode for JED
I just downloaded the JED version of EMACS for Windows (WJED) and am quite
pleased with it. But, in addition with the c-mode which comes with it, I need an Ada mode. I think this has to be written in S-Lang. Anyone know of an existing Ada Mode for JED? Ray Wood, raw...@rd1.racal.com 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: ge...@ficus.cs.ucla.edu (Geoff Kuenning)
Date: 1995/08/01
Subject: Re: Ispell-3.1.18 not work with Emacs-19.28?
In article <GONZO.95Jul29120...@bedlam.best.com> bho...@best.com writes: Ispell misalignment errors are (nearly) always caused by using a > Ispell misalignment: word `WUNERFUL' point 293; please retry mismatched version of ispell.el. You should always use the version of ispell.el that came with your ispell release, rather than the one that was distributed with emacs itself. (I have repeatedly tried, without success, to get FSF to stop sending out ispell.el with emacs. It's useless unless you have ispell, and ispell.el comes with the ispell distribution. Don't ask me why they insist on sending it out.) Replace your installed ispell.el with the version from 3.1.18. 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: Erik Naggum <e...@naggum.no>
Date: 1995/08/01
Subject: Re: Ispell-3.1.18 not work with Emacs-19.28?
[Geoff Kuenning]
| (I have repeatedly tried, without success, to get FSF to stop sending I think it's because there are autoloads in it that are compiled into | Replace your installed ispell.el with the version from 3.1.18. You I think this is the "hostile takeover" approach. maybe you should provide #<Erik 3016255296> 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: lja...@apollo3.com (Larry James)
Date: 1995/08/02
Subject: Re: Ispell-3.1.18 not work with Emacs-19.28?
The problem is a mismatched version of ispell.el. Look for an
updated one. I believe the culprit is the one that's shipped with Emacs. If you use the one shipped with ispell you should be in business. If this combination doesn't work, let me know and I'll send you mine. I had the same problem. Changing versions of ispell.el solved the problem. -- Larry 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: leb...@pdq.epoch.com (Steven F. LeBrun)
Date: 1995/08/01
Subject: GNU Emacs 19.29, -rn option
I recently built GNU Emacs 19.29 for Solaris 2.4. One thing that I have
noticed is that the "-rn name" is not working. This used to work in GNU Emacs 19.28 and is listed as a command option in the manpages that came with GNU Emacs 19.29. The "-rn name" option allows emacs to use different X Resources. The Has anyone else experienced this problem and is there a fix for it? +---------------------------------------------------------------+ Disclaimer: "The opinions expressed here are my own, 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: kelly@omega (JIMMIE KELLY )
Date: 1995/08/01
Subject: C++ Mode Problem with ':'
Does anybody know why emacs 19.25 automatically inserts a new line and
puts the semicolon on the new line when in the c++-mode? I would like my class definitions to look like they're supposed to, eg class::function not 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.
| ||||||||||||||
Newsgroups: gnu.emacs.help
From: cdem...@corsa.ucr.edu (Cheryl Dematteis)
Date: 1995/08/02
Subject: Re: C++ Mode Problem with ':'
JIMMIE KELLY (kelly@omega) wrote: : Does anybody know why emacs 19.25 automatically inserts a new line and : puts the semicolon on the new line when in the c++-mode? I would like : my class definitions to look like they're supposed to, eg : class::function : not : Many Thanks Try putting this line in your .emacs ;;if non-nil value, insert a newline and indent before and after {,},;,: -- 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: jmitc...@uceng.uc.edu (Jason Wm. Mitchell)
Date: 1995/08/03
Subject: Re: C++ Mode Problem with ':'
Previously, Cheryl Dematteis <cd> wrote:
Previously, JIMMIE KELLY <jk> wrote: jk> Does anybody know why emacs 19.25 automatically inserts jk> a new line and puts the semicolon on the new line when jk> in the c++-mode? I would like my class definitions to jk> look like they're supposed to, eg jk> class::function jk> not cd> Try putting this line in your .emacs How about adding `scope-operator' to the `c-cleanup-list'? That cleans It will perform the clean up iff white space separates the colons. The Ex Animo, 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: ffabb...@skat.usc.edu (Frank Fabbrocino)
Date: 1995/08/02
Subject: Re: C++ Mode Problem with ':'
kelly@omega (JIMMIE KELLY ) writes:
>Does anybody know why emacs 19.25 automatically inserts a new line and Do yourself a favor and just get cc-mode. It handles formatting 10X better >puts the semicolon on the new line when in the c++-mode? I would like >my class definitions to look like they're supposed to, eg than C++ mode. I too had problems with "::" and ":" but not anymore with cc-mode. Later, -------------------------------------------------------------------------- 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 |