Mercurial > hg > xemacs-beta
comparison PROBLEMS @ 308:33bdb3d4b97f r21-0b52
Import from CVS: tag r21-0b52
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:42:44 +0200 |
parents | c6de09ad3017 |
children | d1b52dcaa789 |
comparison
equal
deleted
inserted
replaced
307:42d630fd9bd8 | 308:33bdb3d4b97f |
---|---|
1349 if ( ! ${?TERMCAP} ) setenv TERMCAP ~/my-termcap-file | 1349 if ( ! ${?TERMCAP} ) setenv TERMCAP ~/my-termcap-file |
1350 | 1350 |
1351 Or you could set TERMCAP only when you set TERM--which should not | 1351 Or you could set TERMCAP only when you set TERM--which should not |
1352 happen in a non-login shell. | 1352 happen in a non-login shell. |
1353 | 1353 |
1354 ** The popup menu appears at the buttom/right of my screen. | |
1355 | |
1356 You probably have something like the following in your ~/.Xdefaults | |
1357 | |
1358 Emacs.geometry: 81x56--9--1 | |
1359 | |
1360 Use the following instead | |
1361 | |
1362 Emacs*EmacsFrame.geometry: 81x56--9--1 | |
1363 | |
1354 | 1364 |
1355 * Compatibility problems (with Emacs 18, GNU Emacs, or previous XEmacs/lemacs) | 1365 * Compatibility problems (with Emacs 18, GNU Emacs, or previous XEmacs/lemacs) |
1356 ============================================================================== | 1366 ============================================================================== |
1357 | 1367 |
1358 ** "Symbol's value as variable is void: unread-command-char". | 1368 ** "Symbol's value as variable is void: unread-command-char". |