* turning off some new features
@ 2002-09-25 16:15 Bruce Park
0 siblings, 0 replies; 4+ messages in thread
From: Bruce Park @ 2002-09-25 16:15 UTC (permalink / raw)
Hello all,
I just upgraded to redhat 7.3 and I believe it uses emacs21.2-2. Can anyone
tell me how to change a few things in this new version?
First, I would like to take out this graphical menu that appears here like
x-emacs. Second, the cursor keeps blinking and I have edited the .emacs
folder to shut this off but that's not working.
If anyone could give me some pointers, I would really appreciate it.
bp
_________________________________________________________________
MSN Photos is the easiest way to share and print your photos:
http://photos.msn.com/support/worldwide.aspx
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: turning off some new features
[not found] <mailman.1032970632.4338.help-gnu-emacs@gnu.org>
@ 2002-09-25 16:59 ` Kai Großjohann
2002-09-25 17:03 ` Michael Slass
2002-09-25 17:30 ` Benjamin Lewis
2 siblings, 0 replies; 4+ messages in thread
From: Kai Großjohann @ 2002-09-25 16:59 UTC (permalink / raw)
For information about new features, read the NEWS file (Help menu,
item Emacs News).
kai
--
~/.signature is: umop 3p!sdn (Frank Nobis)
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: turning off some new features
[not found] <mailman.1032970632.4338.help-gnu-emacs@gnu.org>
2002-09-25 16:59 ` turning off some new features Kai Großjohann
@ 2002-09-25 17:03 ` Michael Slass
2002-09-25 17:30 ` Benjamin Lewis
2 siblings, 0 replies; 4+ messages in thread
From: Michael Slass @ 2002-09-25 17:03 UTC (permalink / raw)
"Bruce Park" <bpark79@hotmail.com> writes:
>Hello all,
>
>I just upgraded to redhat 7.3 and I believe it uses emacs21.2-2. Can
>anyone tell me how to change a few things in this new version?
>First, I would like to take out this graphical menu that appears here
>like x-emacs. Second, the cursor keeps blinking and I have edited the
>.emacs folder to shut this off but that's not working.
>If anyone could give me some pointers, I would really appreciate it.
>
>bp
>
Hi:
I'm guessing that by "graphical menu" you're referring to the tool
bar. You can turn that off with (tool-bar-mode -1).
As for the cursor, when I do
M-x apropos RET cursor RET
I get this:
,----
| <snip>
| blink-cursor
| Variable: *Non-nil means blinking cursor mode is active.
| Plist: standard-value variable-documentation custom-tag custom-type custom-set custom-requests
| blink-cursor-delay
| Variable: *Seconds of idle time after which cursor starts to blink.
| Plist: standard-value variable-documentation custom-tag custom-type custom-requests
| blink-cursor-end
| Function: Stop cursor blinking.
| blink-cursor-idle-timer
| Variable: Timer started after `blink-cursor-delay' seconds of Emacs idle time.
| Plist: variable-documentation
| blink-cursor-interval
| Variable: *Length of cursor blink interval in seconds.
| Plist: standard-value variable-documentation custom-tag custom-type custom-requests
| blink-cursor-mode
| Command: Toggle blinking cursor mode.
| Variable: Non-nil means blinking cursor is active.
| Plist: variable-documentation
| blink-cursor-start
| Function: Timer function called from the timer `blink-cursor-idle-timer'.
| blink-cursor-timer
| Variable: Timer started from `blink-cursor-start'.
| Plist: variable-documentation
| blink-cursor-timer-function
| Function: Timer function of timer `blink-cursor-timer'.
| <snip>
`----
I'm pretty sure your answers lie in the docs for one or more of these
variables.
--
Mike Slass
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: turning off some new features
[not found] <mailman.1032970632.4338.help-gnu-emacs@gnu.org>
2002-09-25 16:59 ` turning off some new features Kai Großjohann
2002-09-25 17:03 ` Michael Slass
@ 2002-09-25 17:30 ` Benjamin Lewis
2 siblings, 0 replies; 4+ messages in thread
From: Benjamin Lewis @ 2002-09-25 17:30 UTC (permalink / raw)
On Wed, 25 Sep 2002, Bruce Park wrote:
> Hello all,
>
> I just upgraded to redhat 7.3 and I believe it uses emacs21.2-2. Can
> anyone tell me how to change a few things in this new version? First, I
> would like to take out this graphical menu that appears here like
> x-emacs. Second, the cursor keeps blinking and I have edited the .emacs
> folder to shut this off but that's not working. If anyone could give me
> some pointers, I would really appreciate it.
(blink-cursor-mode 0) ; banish horrible blinking cursor
(tool-bar-mode 0) ; ... and tool bar
(tooltip-mode 0) ; ... and tool tips
--
Benjamin Lewis
Reader, suppose you were an idiot. And suppose you were a member of
Congress. But I repeat myself. -- Mark Twain
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2002-09-25 17:30 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <mailman.1032970632.4338.help-gnu-emacs@gnu.org>
2002-09-25 16:59 ` turning off some new features Kai Großjohann
2002-09-25 17:03 ` Michael Slass
2002-09-25 17:30 ` Benjamin Lewis
2002-09-25 16:15 Bruce Park
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).