I've been trying to use Xjed recently instead of XEmacs because XEmacs took more than 3 seconds some times to start. If I have to start the editor many times in the day this really matters; and this happens when I use the ExternalEditor for Zope.

Now, to set how big the window should be or how it should look you edit the $HOME/.Xdefaults file. Mine now looks like this:


xjed*Geometry: 90x45+150+50

This means, 90 columns and 45 rows starting in the cartesian corner (150,50). There are loads more settings worth considering.

Now the trick I learned today after googling some mailinglists was how to make these settings stick. Just changing the .Xdefaults file doesn't cut the mustard. No, here's the command:


xrdb -merge $HOME/.Xdefaults

The man page on Xrdb reads:

"Xrdb is used to get or set the contents of the RESOURCE_MANAGER property on the root window of screen 0, or the SCREEN_RESOURCES property on the root window of any or all screens, or every- thing combined."

Comments

Harry

Thanks peter!
That's been driving me nuts.

Your email will never ever be published.

Previous:
Bad Santa November 13, 2004 Film
Next:
Ugliest site of the month, hernia.org November 18, 2004 Web development
Related by category:
set -ex - The most useful bash trick of the year August 31, 2014 Linux
brotli_static in Nginx November 8, 2024 Linux
Be very careful with your add_header in Nginx! You might make your site insecure February 11, 2018 Linux
Linux tip: du --max-depth=1 September 27, 2007 Linux
Related by keyword:
Wing IDE versus Jed December 11, 2008 Linux
Jed looking like Emacs September 28, 2005 Linux
Local jed settings April 19, 2013 Linux, macOS
Keybinding ALT-F in Jed January 27, 2004 Linux