* Problem with customizing the way emacs looks
@ 2007-09-14 15:53 dxs
2007-09-14 19:02 ` Peter Dyballa
0 siblings, 1 reply; 5+ messages in thread
From: dxs @ 2007-09-14 15:53 UTC (permalink / raw)
To: Help-gnu-emacs
Hi,
I'm running emacs 21.4.1 on ubuntu.
Previously, I was using Fedora. I made quite a few customizations of how
emacs looks through .Xresources and .Xdefaults files. Now, I just copied my
"old" .Xresources and .Xdefaults into my home directory on ubuntu and a very
strange thing happens:
when I start emacs up, for a splitting second it looks as prescribed in
.Xresources and .Xdefaults, but then it immediately changes to look as it
did before I changed .Xresources and .Xdefaults.
Why this strange behaviour and how to fix it?
Thanks a million,
Dmitry.
--
View this message in context: http://www.nabble.com/Problem-with-customizing-the-way-emacs-looks-tf4443519.html#a12678368
Sent from the Emacs - Help mailing list archive at Nabble.com.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Problem with customizing the way emacs looks
2007-09-14 15:53 Problem with customizing the way emacs looks dxs
@ 2007-09-14 19:02 ` Peter Dyballa
0 siblings, 0 replies; 5+ messages in thread
From: Peter Dyballa @ 2007-09-14 19:02 UTC (permalink / raw)
To: dxs; +Cc: Help-gnu-emacs
Am 14.09.2007 um 17:53 schrieb dxs:
> Why this strange behaviour and how to fix it?
Can it be that some Ubuntu theme has been activated? *Messages*
buffer might shed some light. Do initial-frame-alist and default-
frame-alist have values? Can they cause what you see?
'xrdb -q' lists the X resources. Do they look like what your
~/.Xresources and ~/.Xdefaults set? Usually only one of them is used ...
--
Greetings
Pete
Windows, c'est un peu comme le beaujolais nouveau: à chaque nouvelle
cuvée on sait que ce sera dégueulasse, mais on en prend quand même,
par masochisme.
^ permalink raw reply [flat|nested] 5+ messages in thread
[parent not found: <mailman.877.1189792356.18990.help-gnu-emacs@gnu.org>]
* Re: Problem with customizing the way emacs looks
[not found] <mailman.877.1189792356.18990.help-gnu-emacs@gnu.org>
@ 2007-09-14 18:33 ` Chris McMahan
2007-09-14 18:44 ` Maarten Bergvelt
2007-11-05 20:43 ` xijinshen
1 sibling, 1 reply; 5+ messages in thread
From: Chris McMahan @ 2007-09-14 18:33 UTC (permalink / raw)
To: help-gnu-emacs
Could it be that a site startup file or your own .emacs is overriding
the .Xresources setting?
- Chris
dxs <shkatov@gmail.com> writes:
> Hi,
>
> I'm running emacs 21.4.1 on ubuntu.
>
> Previously, I was using Fedora. I made quite a few customizations of how
> emacs looks through .Xresources and .Xdefaults files. Now, I just copied my
> "old" .Xresources and .Xdefaults into my home directory on ubuntu and a very
> strange thing happens:
>
> when I start emacs up, for a splitting second it looks as prescribed in
> .Xresources and .Xdefaults, but then it immediately changes to look as it
> did before I changed .Xresources and .Xdefaults.
>
> Why this strange behaviour and how to fix it?
>
> Thanks a million,
> Dmitry.
--
(. .)
=ooO=(_)=Ooo=====================================
Chris McMahan | first_initiallastname@one.dot.net
=================================================
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Problem with customizing the way emacs looks
2007-09-14 18:33 ` Chris McMahan
@ 2007-09-14 18:44 ` Maarten Bergvelt
0 siblings, 0 replies; 5+ messages in thread
From: Maarten Bergvelt @ 2007-09-14 18:44 UTC (permalink / raw)
To: help-gnu-emacs
On 2007-09-14, Chris McMahan <first_initiallastname@one.dot.net> wrote:
>
> Could it be that a site startup file or your own .emacs is overriding
> the .Xresources setting?
In other words try starting your emacs as
emacs -q (to suppress your init-file)
emacs --no-sitefile (to suppress the system wide init file)
See the emacs manual Appendix C on command line arguments.
Good luck!
> dxs <shkatov@gmail.com> writes:
>
>> Hi,
>>
>> I'm running emacs 21.4.1 on ubuntu.
>>
>> Previously, I was using Fedora. I made quite a few customizations of how
>> emacs looks through .Xresources and .Xdefaults files. Now, I just copied my
>> "old" .Xresources and .Xdefaults into my home directory on ubuntu and a very
>> strange thing happens:
>>
>> when I start emacs up, for a splitting second it looks as prescribed in
>> .Xresources and .Xdefaults, but then it immediately changes to look as it
>> did before I changed .Xresources and .Xdefaults.
>>
>> Why this strange behaviour and how to fix it?
>>
>> Thanks a million,
>> Dmitry.
>
>
--
Maarten Bergvelt
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Problem with customizing the way emacs looks
[not found] <mailman.877.1189792356.18990.help-gnu-emacs@gnu.org>
2007-09-14 18:33 ` Chris McMahan
@ 2007-11-05 20:43 ` xijinshen
1 sibling, 0 replies; 5+ messages in thread
From: xijinshen @ 2007-11-05 20:43 UTC (permalink / raw)
To: help-gnu-emacs
On Sep 14, 9:53 am, dxs <shka...@gmail.com> wrote:
> Hi,
>
> I'm running emacs 21.4.1 on ubuntu.
>
> Previously, I was using Fedora. I made quite a few customizations of how
> emacs looks through .Xresources and .Xdefaults files. Now, I just copied my
> "old" .Xresources and .Xdefaults into my home directory on ubuntu and a very
> strange thing happens:
>
> when I start emacs up, for a splitting second it looks as prescribed in
> .Xresources and .Xdefaults, but then it immediately changes to look as it
> did before I changed .Xresources and .Xdefaults.
>
> Why this strange behaviour and how to fix it?
>
> Thanks a million,
> Dmitry.
>
> --
> View this message in context:http://www.nabble.com/Problem-with-customizing-the-way-emacs-looks-tf...
> Sent from the Emacs - Help mailing list archive at Nabble.com.
Dmitry,
I am running into the same problem after I switch to Ubuntu 7.10. My
previous xemacs .Xdefaults and .Xresources configuration don't work
any more.
Any luck?
Xijin
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2007-11-05 20:43 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-14 15:53 Problem with customizing the way emacs looks dxs
2007-09-14 19:02 ` Peter Dyballa
[not found] <mailman.877.1189792356.18990.help-gnu-emacs@gnu.org>
2007-09-14 18:33 ` Chris McMahan
2007-09-14 18:44 ` Maarten Bergvelt
2007-11-05 20:43 ` xijinshen
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.