comparison man/xemacs/new.texi @ 440:8de8e3f6228a r21-2-28

Import from CVS: tag r21-2-28
author cvs
date Mon, 13 Aug 2007 11:33:38 +0200
parents 3ecd8885ac67
children abe6d1db359e
comparison
equal deleted inserted replaced
439:357dd071b03c 440:8de8e3f6228a
238 ;; Code for any version of Lucid Emacs or XEmacs goes here 238 ;; Code for any version of Lucid Emacs or XEmacs goes here
239 ;; 239 ;;
240 )) 240 ))
241 241
242 (cond ((and (string-match "XEmacs" emacs-version) 242 (cond ((and (string-match "XEmacs" emacs-version)
243 (or (> emacs-major-version 19) 243 (or (> emacs-major-version 19)
244 (>= emacs-minor-version 12))) 244 (>= emacs-minor-version 12)))
245 ;; 245 ;;
246 ;; Code which requires XEmacs version 19.12 or newer goes here 246 ;; Code which requires XEmacs version 19.12 or newer goes here
247 ;; 247 ;;
248 )) 248 ))
249 249
252 ;; Code for any vintage-19 emacs goes here 252 ;; Code for any vintage-19 emacs goes here
253 ;; 253 ;;
254 )) 254 ))
255 255
256 (cond ((and (not (string-match "Lucid" emacs-version)) 256 (cond ((and (not (string-match "Lucid" emacs-version))
257 (= emacs-major-version 19)) 257 (= emacs-major-version 19))
258 ;; 258 ;;
259 ;; Code specific to FSF Emacs 19 (not XEmacs) goes here 259 ;; Code specific to FSF Emacs 19 (not XEmacs) goes here
260 ;; 260 ;;
261 )) 261 ))
262 262
319 @unnumberedsec Changes in Key Bindings 319 @unnumberedsec Changes in Key Bindings
320 320
321 XEmacs has the following new default function keybindings: 321 XEmacs has the following new default function keybindings:
322 322
323 @table @kbd 323 @table @kbd
324 @item @key{HELP} 324 @item @key{HELP}
325 Same as @kbd{C-h}. 325 Same as @kbd{C-h}.
326 326
327 @item @key{UNDO} 327 @item @key{UNDO}
328 Same as @kbd{M-x undo}. 328 Same as @kbd{M-x undo}.
329 329
330 @item @key{CUT} 330 @item @key{CUT}
331 Same as the Cut menu item; that is, it copies the selected text to 331 Same as the Cut menu item; that is, it copies the selected text to
332 the X Clipboard selection. 332 the X Clipboard selection.
333 333
334 @item @key{COPY} 334 @item @key{COPY}
335 Same as the Copy menu item. 335 Same as the Copy menu item.
336 336
337 @item @key{PASTE} 337 @item @key{PASTE}
338 Same as the Paste menu item. 338 Same as the Paste menu item.
339 339
340 @item @key{PGUP} 340 @item @key{PGUP}
341 Same as @kbd{M-v}. 341 Same as @kbd{M-v}.
342 342
350 Same as @kbd{M->}. 350 Same as @kbd{M->}.
351 351
352 @item @key{LEFT-ARROW} 352 @item @key{LEFT-ARROW}
353 Same as the function @code{backward-char}. 353 Same as the function @code{backward-char}.
354 354
355 @item @key{RIGHT-ARROW} 355 @item @key{RIGHT-ARROW}
356 Same as the function @code{forward-char}. 356 Same as the function @code{forward-char}.
357 357
358 @item @key{UP-ARROW} 358 @item @key{UP-ARROW}
359 Same as the function @code{previous-line}. 359 Same as the function @code{previous-line}.
360 360