view etc/nxml/010A0-010FF.el @ 107777:13c077500eb3

2010-04-04 John Wiegley <jwiegley@gmail.com> * ido.el (ido-use-virtual-buffers): New variable to indicate whether "virtual buffer" support is enabled for IDO. Essentially it works as follows: Say you are visiting a file and the buffer gets cleaned up by mignight.el. Later, you want to switch to that buffer, but find it's no longer open. With virtual buffers enabled, the buffer name stays in the buffer list (using the ido-virtual face, and always at the end), and if you select it, it opens the file back up again. This allows you to think less about whether recently opened files are still open or not. Most of the time you can quit Emacs, restart, and then switch to a file buffer that was previously open as if it still were. NOTE: This feature has been present in iswitchb for several years now, and I'm porting the same logic to IDO. (ido-virtual): Face used to indicate virtual buffers in the list. (ido-buffer-internal): If a buffer is chosen, and no such buffer exists, but a virtual buffer of that name does (which would be why it was in the list), recreate the buffer by reopening the file. (ido-make-buffer-list): If virtual buffers are being used, call `ido-add-virtual-buffers-to-list' before the make list hook. (ido-virtual-buffers): New variable which contains a copy of the current contents of the `recentf-list', albeit pared down for the sake of speed, and with proper faces applied. (ido-add-virtual-buffers-to-list): Using the `recentf-list', create a list of "virtual buffers" to present to the user in addition to the currently open set. Note that this logic could get rather slow if that list is too large. With the default `recentf-max-saved-items' of 200, there is little speed penalty.
author jwiegley@gmail.com
date Sun, 04 Apr 2010 02:55:19 -0400
parents b4b0c8b9dca1
children ef719132ddfa
line wrap: on
line source

(nxml-define-char-name-set 'georgian
  '(("GEORGIAN CAPITAL LETTER AN" #x10A0)
    ("GEORGIAN CAPITAL LETTER BAN" #x10A1)
    ("GEORGIAN CAPITAL LETTER GAN" #x10A2)
    ("GEORGIAN CAPITAL LETTER DON" #x10A3)
    ("GEORGIAN CAPITAL LETTER EN" #x10A4)
    ("GEORGIAN CAPITAL LETTER VIN" #x10A5)
    ("GEORGIAN CAPITAL LETTER ZEN" #x10A6)
    ("GEORGIAN CAPITAL LETTER TAN" #x10A7)
    ("GEORGIAN CAPITAL LETTER IN" #x10A8)
    ("GEORGIAN CAPITAL LETTER KAN" #x10A9)
    ("GEORGIAN CAPITAL LETTER LAS" #x10AA)
    ("GEORGIAN CAPITAL LETTER MAN" #x10AB)
    ("GEORGIAN CAPITAL LETTER NAR" #x10AC)
    ("GEORGIAN CAPITAL LETTER ON" #x10AD)
    ("GEORGIAN CAPITAL LETTER PAR" #x10AE)
    ("GEORGIAN CAPITAL LETTER ZHAR" #x10AF)
    ("GEORGIAN CAPITAL LETTER RAE" #x10B0)
    ("GEORGIAN CAPITAL LETTER SAN" #x10B1)
    ("GEORGIAN CAPITAL LETTER TAR" #x10B2)
    ("GEORGIAN CAPITAL LETTER UN" #x10B3)
    ("GEORGIAN CAPITAL LETTER PHAR" #x10B4)
    ("GEORGIAN CAPITAL LETTER KHAR" #x10B5)
    ("GEORGIAN CAPITAL LETTER GHAN" #x10B6)
    ("GEORGIAN CAPITAL LETTER QAR" #x10B7)
    ("GEORGIAN CAPITAL LETTER SHIN" #x10B8)
    ("GEORGIAN CAPITAL LETTER CHIN" #x10B9)
    ("GEORGIAN CAPITAL LETTER CAN" #x10BA)
    ("GEORGIAN CAPITAL LETTER JIL" #x10BB)
    ("GEORGIAN CAPITAL LETTER CIL" #x10BC)
    ("GEORGIAN CAPITAL LETTER CHAR" #x10BD)
    ("GEORGIAN CAPITAL LETTER XAN" #x10BE)
    ("GEORGIAN CAPITAL LETTER JHAN" #x10BF)
    ("GEORGIAN CAPITAL LETTER HAE" #x10C0)
    ("GEORGIAN CAPITAL LETTER HE" #x10C1)
    ("GEORGIAN CAPITAL LETTER HIE" #x10C2)
    ("GEORGIAN CAPITAL LETTER WE" #x10C3)
    ("GEORGIAN CAPITAL LETTER HAR" #x10C4)
    ("GEORGIAN CAPITAL LETTER HOE" #x10C5)
    ("GEORGIAN LETTER AN" #x10D0)
    ("GEORGIAN LETTER BAN" #x10D1)
    ("GEORGIAN LETTER GAN" #x10D2)
    ("GEORGIAN LETTER DON" #x10D3)
    ("GEORGIAN LETTER EN" #x10D4)
    ("GEORGIAN LETTER VIN" #x10D5)
    ("GEORGIAN LETTER ZEN" #x10D6)
    ("GEORGIAN LETTER TAN" #x10D7)
    ("GEORGIAN LETTER IN" #x10D8)
    ("GEORGIAN LETTER KAN" #x10D9)
    ("GEORGIAN LETTER LAS" #x10DA)
    ("GEORGIAN LETTER MAN" #x10DB)
    ("GEORGIAN LETTER NAR" #x10DC)
    ("GEORGIAN LETTER ON" #x10DD)
    ("GEORGIAN LETTER PAR" #x10DE)
    ("GEORGIAN LETTER ZHAR" #x10DF)
    ("GEORGIAN LETTER RAE" #x10E0)
    ("GEORGIAN LETTER SAN" #x10E1)
    ("GEORGIAN LETTER TAR" #x10E2)
    ("GEORGIAN LETTER UN" #x10E3)
    ("GEORGIAN LETTER PHAR" #x10E4)
    ("GEORGIAN LETTER KHAR" #x10E5)
    ("GEORGIAN LETTER GHAN" #x10E6)
    ("GEORGIAN LETTER QAR" #x10E7)
    ("GEORGIAN LETTER SHIN" #x10E8)
    ("GEORGIAN LETTER CHIN" #x10E9)
    ("GEORGIAN LETTER CAN" #x10EA)
    ("GEORGIAN LETTER JIL" #x10EB)
    ("GEORGIAN LETTER CIL" #x10EC)
    ("GEORGIAN LETTER CHAR" #x10ED)
    ("GEORGIAN LETTER XAN" #x10EE)
    ("GEORGIAN LETTER JHAN" #x10EF)
    ("GEORGIAN LETTER HAE" #x10F0)
    ("GEORGIAN LETTER HE" #x10F1)
    ("GEORGIAN LETTER HIE" #x10F2)
    ("GEORGIAN LETTER WE" #x10F3)
    ("GEORGIAN LETTER HAR" #x10F4)
    ("GEORGIAN LETTER HOE" #x10F5)
    ("GEORGIAN LETTER FI" #x10F6)
    ("GEORGIAN LETTER YN" #x10F7)
    ("GEORGIAN LETTER ELIFI" #x10F8)
    ("GEORGIAN PARAGRAPH SEPARATOR" #x10FB)
    ))

;; arch-tag: 8f5a9cec-8b71-48c9-af68-c8c51112e5b2