Gnus development mailing list
 help / color / mirror / Atom feed
* Startup problem with X-less emacs
@ 1996-02-23  3:42 Steve Baumgarten
  1996-02-23  4:18 ` Steven L Baur
  1996-02-24  7:44 ` Lars Magne Ingebrigtsen
  0 siblings, 2 replies; 7+ messages in thread
From: Steve Baumgarten @ 1996-02-23  3:42 UTC (permalink / raw)


Just grabbed sgnus-0.40 and tried running it under an emacs 19.29 that
was linked without X support.  The result?  A near-immediate complaint
about the lack of menu-bar-mode at startup.

For what it's worth, this hassn't been a problem with non-September
Gnus 5.0.13.  Short of convincing the folks at panix to bring up a new
emacs with X support linked in (which, since we can only run it via
telnet or dialup connections, would only server to bloat the image
size), I have to stick with 5.0.13.

Steve Baumgarten
sbb@panix.com


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Startup problem with X-less emacs
  1996-02-23  3:42 Startup problem with X-less emacs Steve Baumgarten
@ 1996-02-23  4:18 ` Steven L Baur
  1996-02-23 13:16   ` Steve Baumgarten
  1996-02-24  7:44 ` Lars Magne Ingebrigtsen
  1 sibling, 1 reply; 7+ messages in thread
From: Steven L Baur @ 1996-02-23  4:18 UTC (permalink / raw)


>>>>> "Steve" == Steve Baumgarten <sbb@panix.com> writes:

Steve> Just grabbed sgnus-0.40 and tried running it under an emacs 19.29 that
Steve> was linked without X support.  The result?  A near-immediate complaint
Steve> about the lack of menu-bar-mode at startup.

What happens if you add
(setq menu-bar-mode nil)
to your .gnus.el or .emacs?

-- 
steve@miranova.com baur
Unsolicited commercial e-mail will be proofread for $250/hour.
Andrea Seastrand: For your vote on the Telecom bill, I will vote for anyone
except you in November.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Startup problem with X-less emacs
  1996-02-23  4:18 ` Steven L Baur
@ 1996-02-23 13:16   ` Steve Baumgarten
  1996-02-23 14:37     ` William Perry
  0 siblings, 1 reply; 7+ messages in thread
From: Steve Baumgarten @ 1996-02-23 13:16 UTC (permalink / raw)


Steven L. Baur writes:

   What happens if you add
   (setq menu-bar-mode nil)
   to your .gnus.el or .emacs?
   
This works perfectly -- thanks for the tip.  Probably should have
thought of that myself...

Steve Baumgarten
sbb@panix.com


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Startup problem with X-less emacs
  1996-02-23 13:16   ` Steve Baumgarten
@ 1996-02-23 14:37     ` William Perry
  1996-02-23 17:35       ` Steven L Baur
  0 siblings, 1 reply; 7+ messages in thread
From: William Perry @ 1996-02-23 14:37 UTC (permalink / raw)


Steve Baumgarten writes:
> Steven L. Baur writes:
> 
>    What happens if you add
>    (setq menu-bar-mode nil)
>    to your .gnus.el or .emacs?
>    
> This works perfectly -- thanks for the tip.  Probably should have
> thought of that myself...

  Users should not have to do stuff like this in order for a package to
work.

-Bill P.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Startup problem with X-less emacs
  1996-02-23 14:37     ` William Perry
@ 1996-02-23 17:35       ` Steven L Baur
  1996-02-23 18:05         ` Paul D. Smith
  0 siblings, 1 reply; 7+ messages in thread
From: Steven L Baur @ 1996-02-23 17:35 UTC (permalink / raw)


>>>>> "William" == William Perry <wmperry@monolith.spry.com> writes:

William> Steve Baumgarten writes:
>> Steven L. Baur writes:
>> 
>> What happens if you add
>> (setq menu-bar-mode nil)
>> to your .gnus.el or .emacs?
>> 
>> This works perfectly -- thanks for the tip.  Probably should have
>> thought of that myself...

William> Users should not have to do stuff like this in order for a
William> package to work.

Correct.  This variable needs to be initialized properly in Gnus.
What is menu-bar-mode anyway?  It's misnamed -- a symbol with that name
should be a function which sets the major mode of a buffer.

-- 
steve@miranova.com baur
Unsolicited commercial e-mail will be proofread for $250/hour.
Andrea Seastrand: For your vote on the Telecom bill, I will vote for anyone
except you in November.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Startup problem with X-less emacs
  1996-02-23 17:35       ` Steven L Baur
@ 1996-02-23 18:05         ` Paul D. Smith
  0 siblings, 0 replies; 7+ messages in thread
From: Paul D. Smith @ 1996-02-23 18:05 UTC (permalink / raw)
  Cc: ding

%% Regarding Re: Startup problem with X-less emacs;
%% Steven L Baur <steve@miranova.com> writes:

    >>> What happens if you add
    >>> (setq menu-bar-mode nil)
    >>> to your .gnus.el or .emacs?

    William> Users should not have to do stuff like this in order for a
    William> package to work.

    slb> Correct.  This variable needs to be initialized properly in
    slb> Gnus.

As of Emacs 19.30 there's a menu bar in the TTY (non-windows) Emacs as
well, so it's not necessary to change the setting of that variable.  The
menu bar stuff will (OK, should; I haven't tried it personally :) work
fine in non-windows Emacs 19.30 and above.

-------------------------------------------------------------------------------
 Paul D. Smith <psmith@baynetworks.com>         Network Management Development
 Senior Software Engineer                                   Bay Networks, Inc.
-----------------------------------------------==<http://www.baynetworks.com/>-
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist
-------------------------------------------------------------------------------
     These are my opinions--Bay Networks takes no responsibility for them.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Startup problem with X-less emacs
  1996-02-23  3:42 Startup problem with X-less emacs Steve Baumgarten
  1996-02-23  4:18 ` Steven L Baur
@ 1996-02-24  7:44 ` Lars Magne Ingebrigtsen
  1 sibling, 0 replies; 7+ messages in thread
From: Lars Magne Ingebrigtsen @ 1996-02-24  7:44 UTC (permalink / raw)


Steve Baumgarten <sbb@panix.com> writes:

> Just grabbed sgnus-0.40 and tried running it under an emacs 19.29 that
> was linked without X support.  The result?  A near-immediate complaint
> about the lack of menu-bar-mode at startup.

The problem isn't with the X support per se.  September Gnus simply
does not work on any Emacsen prior to Emacs 19.30/XEmacs 19.13.

-- 
  "Yes.  The journey through the human heart 
     would have to wait until some other time."


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~1996-02-24  7:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-02-23  3:42 Startup problem with X-less emacs Steve Baumgarten
1996-02-23  4:18 ` Steven L Baur
1996-02-23 13:16   ` Steve Baumgarten
1996-02-23 14:37     ` William Perry
1996-02-23 17:35       ` Steven L Baur
1996-02-23 18:05         ` Paul D. Smith
1996-02-24  7:44 ` Lars Magne Ingebrigtsen

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 NNTP newsgroup(s).