comparison etc/NEWS @ 54194:94b80777a975

Remove bogus reference to user option unicode-data.
author Juanma Barranquero <lekktu@gmail.com>
date Sun, 29 Feb 2004 01:54:00 +0000
parents fb8d03c551d6
children 418982e727f9
comparison
equal deleted inserted replaced
54193:318542a275c4 54194:94b80777a975
120 causes the bitmap on the top line to be displayed in the left fringe, 120 causes the bitmap on the top line to be displayed in the left fringe,
121 and the bitmap on the bottom line in the right fringe. 121 and the bitmap on the bottom line in the right fringe.
122 122
123 If value is a cons (ANGLES . ARROWS), the car specifies the position 123 If value is a cons (ANGLES . ARROWS), the car specifies the position
124 of the angle bitmaps, and the cdr specifies the position of the arrow 124 of the angle bitmaps, and the cdr specifies the position of the arrow
125 bitmaps. 125 bitmaps.
126 126
127 For example, (t . right) places the top angle bitmap in left fringe, 127 For example, (t . right) places the top angle bitmap in left fringe,
128 the bottom angle bitmap in right fringe, and both arrow bitmaps in 128 the bottom angle bitmap in right fringe, and both arrow bitmaps in
129 right fringe. To show just the angle bitmaps in the left fringe, but 129 right fringe. To show just the angle bitmaps in the left fringe, but
130 no arrow bitmaps, use (left . nil). 130 no arrow bitmaps, use (left . nil).
131 131
132 ** New command `display-local-help' displays any local help at point 132 ** New command `display-local-help' displays any local help at point
133 in the echo area. It is bound to `C-h .'. It normally displays the 133 in the echo area. It is bound to `C-h .'. It normally displays the
134 same string that would be displayed on mouse-over using the 134 same string that would be displayed on mouse-over using the
135 `help-echo' property, but, in certain cases, it can display a more 135 `help-echo' property, but, in certain cases, it can display a more
316 ** The X resource useXIM can be used to turn off use of XIM, which may 316 ** The X resource useXIM can be used to turn off use of XIM, which may
317 speed up Emacs with slow networking to the X server. 317 speed up Emacs with slow networking to the X server.
318 318
319 If the configure option `--without-xim' was used to turn off use of 319 If the configure option `--without-xim' was used to turn off use of
320 XIM by default, the X resource useXIM can be used to turn it on. 320 XIM by default, the X resource useXIM can be used to turn it on.
321
322 ** `describe-char' can show data from the Unicode database file. See
323 user option `unicode-data'.
324 321
325 ** `undo-only' does an undo which does not redo any previous undo. 322 ** `undo-only' does an undo which does not redo any previous undo.
326 323
327 ** `uniquify-strip-common-suffix' tells uniquify to prefer 324 ** `uniquify-strip-common-suffix' tells uniquify to prefer
328 `file|dir1' and `file|dir2' to `file|dir1/subdir' and `file|dir2/subdir'. 325 `file|dir1' and `file|dir2' to `file|dir1/subdir' and `file|dir2/subdir'.