Discussion:
everytime you open a file you get to see the GNU adds
Han Boetes
2006-03-20 08:00:47 UTC
Permalink
Everytime you open a file you get to see this GNU add:

``For information about the GNU Project and its goals, type C-h C-p.''

Now I'm a big GNU fan and all, but the ever reoccuring add at
startup is not really pleasant.

Karoly, could you be so kind to make it only occur on first
startup?


# Han
Puneet Goel
2006-03-20 14:50:37 UTC
Permalink
Add this to your '.emacs'.

(setq inhibit-startup-message t)
HB> Everytime you open a file you get to see this GNU add: ``For
HB> information about the GNU Project and its goals, type C-h
HB> C-p.''

HB> Now I'm a big GNU fan and all, but the ever reoccuring add at
HB> startup is not really pleasant.

HB> Karoly, could you be so kind to make it only occur on first
HB> startup?


HB> # Han _______________________________________________
HB> multi-tty mailing list multi-tty at lists.fnord.hu
HB> http://lists.fnord.hu/mailman/listinfo/multi-tty

HB> --

--
Puneet Goel
TranSwitch India
--
THE mystery of creation is like the
darkness of night--it is great.
Delusions of knowledge are like the fog
of the morning.
-
Stray Birds, Rabindernath Tagore

--
Han Boetes
2006-03-20 20:27:17 UTC
Permalink
Nah, that's already set.

Further unquoted messages will remain unanswered.



# Han
Károly Lőrentey
2006-03-21 22:34:15 UTC
Permalink
Post by Han Boetes
``For information about the GNU Project and its goals, type C-h C-p.''
Karoly, could you be so kind to make it only occur on first
startup?
Ah, I see `inhibit-startup-echo-area-message' fails to work as intended.
I think I fixed this in patch-533; could you please confirm?
--
K?roly
Han Boetes
2006-03-21 23:39:08 UTC
Permalink
Post by Károly Lőrentey
Post by Han Boetes
``For information about the GNU Project and its goals, type C-h C-p.''
Karoly, could you be so kind to make it only occur on first
startup?
Ah, I see `inhibit-startup-echo-area-message' fails to work as
intended. I think I fixed this in patch-533; could you please
confirm?
For information about the GNU Project and its goals, type C-h C-p. [2 times]
When done with a buffer, type C-x #
(No files need saving)
For information about the GNU Project and its goals, type C-h C-p.
When done with a buffer, type C-x #
(No files need saving)
For information about the GNU Project and its goals, type C-h C-p.
When done with a buffer, type C-x #

allas. :-}



# Han
Károly Lőrentey
2006-03-23 16:14:03 UTC
Permalink
Post by Han Boetes
Post by Károly Lőrentey
Ah, I see `inhibit-startup-echo-area-message' fails to work as
intended. I think I fixed this in patch-533; could you please
confirm?
For information about the GNU Project and its goals, type C-h C-p. [2 times]
When done with a buffer, type C-x #
(No files need saving)
allas. :-}
It works for me. Do you have customized
`inhibit-startup-echo-area-message'? Simply setting it to t will not
work.
--
K?roly
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 190 bytes
Desc: not available
Url : http://lists.fnord.hu/pipermail/multi-tty/attachments/20060323/e3298231/attachment.pgp
Han Boetes
2006-03-23 20:35:23 UTC
Permalink
Post by Károly Lőrentey
It works for me. Do you have customized
`inhibit-startup-echo-area-message'? Simply setting it to t
will not work.
No, I also tried (setq inhibit-startup-echo-area-message "han") as
according to the instructions, but that also didn't help.

Actually I'd expect that not configuring it at all would suffice.



# Han
Károly Lőrentey
2006-03-24 12:53:21 UTC
Permalink
Post by Han Boetes
Post by Károly Lőrentey
It works for me. Do you have customized
`inhibit-startup-echo-area-message'? Simply setting it to t
will not work.
No, I also tried (setq inhibit-startup-echo-area-message "han") as
according to the instructions, but that also didn't help.
You'll have to put that in ~/.emacs. It's silly, I know.
Post by Han Boetes
Actually I'd expect that not configuring it at all would suffice.
We can bring that up on emacs-devel after the merge. Judging by the
above idiocy, it's a sensitive issue.
--
K?roly
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 190 bytes
Desc: not available
Url : http://lists.fnord.hu/pipermail/multi-tty/attachments/20060324/978657b7/attachment.pgp
Han Boetes
2006-03-24 16:46:20 UTC
Permalink
Post by Károly Lőrentey
Post by Han Boetes
No, I also tried (setq inhibit-startup-echo-area-message
"han") as according to the instructions, but that also didn't
help.
You'll have to put that in ~/.emacs. It's silly, I know.
I did. Like this:

(setq inhibit-default-init 1
inhibit-startup-message 1
inhibit-startup-echo-area-message "han")

And that doesn't do the trick.

Now I got it like this:

(setq inhibit-default-init 1
inhibit-startup-message 1)
(setq inhibit-startup-echo-area-message "han")

And that does do the trick!
Post by Károly Lőrentey
Post by Han Boetes
Actually I'd expect that not configuring it at all would
suffice.
We can bring that up on emacs-devel after the merge. Judging by
the above idiocy, it's a sensitive issue.
You don't need a chrystal ball for that. :-}



# Han
--
Linux, the choice .~. If I don't see you in the future, I'll see
of a GNU generation / V \ you in the pasture.
Kernel 2.6.16 /( . )\
on a i686 ^-^

Han Boetes
2006-03-23 20:35:23 UTC
Permalink
Post by Károly Lőrentey
It works for me. Do you have customized
`inhibit-startup-echo-area-message'? Simply setting it to t
will not work.
No, I also tried (setq inhibit-startup-echo-area-message "han") as
according to the instructions, but that also didn't help.

Actually I'd expect that not configuring it at all would suffice.



# Han
Continue reading on narkive:
Loading...