diff options
| author | Glenn Morris | 2013-04-09 18:20:51 -0700 |
|---|---|---|
| committer | Glenn Morris | 2013-04-09 18:20:51 -0700 |
| commit | c03cf6f1e1b5d9b42ea3002cb5d3b1152f1baa1b (patch) | |
| tree | ec2ceafee7c4e901f317b481749acf4e856bdea9 /etc/PROBLEMS | |
| parent | a8036e4076f6d43537905e3aaf400992fdef38e4 (diff) | |
| download | emacs-c03cf6f1e1b5d9b42ea3002cb5d3b1152f1baa1b.tar.gz emacs-c03cf6f1e1b5d9b42ea3002cb5d3b1152f1baa1b.zip | |
Fix typos
Diffstat (limited to 'etc/PROBLEMS')
| -rw-r--r-- | etc/PROBLEMS | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index bc86c7cb373..0cfc0ad0c14 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -1412,17 +1412,16 @@ When you start Emacs you may see something like this: | |||
| 1412 | (emacs:2286): LIBDBUSMENU-GTK-CRITICAL **: watch_submenu: assertion | 1412 | (emacs:2286): LIBDBUSMENU-GTK-CRITICAL **: watch_submenu: assertion |
| 1413 | `GTK_IS_MENU_SHELL(menu)' failed | 1413 | `GTK_IS_MENU_SHELL(menu)' failed |
| 1414 | 1414 | ||
| 1415 | This happens if the Emacs binary has been renamed. The cause it the Ubuntu | 1415 | This happens if the Emacs binary has been renamed. The cause is the Ubuntu |
| 1416 | appmenu concept. It tries to track Emacs menus and show them in the top | 1416 | appmenu concept. It tries to track Emacs menus and show them in the top |
| 1417 | panel, instead of in each Emacs window. This is not properly implemented, | 1417 | panel, instead of in each Emacs window. This is not properly implemented, |
| 1418 | so it fails for Emacs. The order of menus is wrong, and things like copy/paste | 1418 | so it fails for Emacs. The order of menus is wrong, and things like copy/paste |
| 1419 | that depends on what state Emacs is in, is usually wrong (i.e. paste disabled | 1419 | that depend on what state Emacs is in are usually wrong (i.e. paste disabled |
| 1420 | even if you should be able to paste, and similar). | 1420 | even if you should be able to paste, and similar). |
| 1421 | 1421 | ||
| 1422 | You can get back menus on each frame by starting emacs like this: | 1422 | You can get back menus on each frame by starting emacs like this: |
| 1423 | % env UBUNTU_MENUPROXY= emacs | 1423 | % env UBUNTU_MENUPROXY= emacs |
| 1424 | 1424 | ||
| 1425 | |||
| 1426 | * Runtime problems on character terminals | 1425 | * Runtime problems on character terminals |
| 1427 | 1426 | ||
| 1428 | ** The meta key does not work on xterm. | 1427 | ** The meta key does not work on xterm. |