view etc/nxml/02100-0214F.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 146707e036bd
children ef719132ddfa
line wrap: on
line source

(nxml-define-char-name-set 'letterlike-symbols
  '(("ACCOUNT OF" #x2100)
    ("ADDRESSED TO THE SUBJECT" #x2101)
    ("DOUBLE-STRUCK CAPITAL C" #x2102)
    ("DEGREE CELSIUS" #x2103)
    ("CENTRE LINE SYMBOL" #x2104)
    ("CARE OF" #x2105)
    ("CADA UNA" #x2106)
    ("EULER CONSTANT" #x2107)
    ("SCRUPLE" #x2108)
    ("DEGREE FAHRENHEIT" #x2109)
    ("SCRIPT SMALL G" #x210A)
    ("SCRIPT CAPITAL H" #x210B)
    ("BLACK-LETTER CAPITAL H" #x210C)
    ("DOUBLE-STRUCK CAPITAL H" #x210D)
    ("PLANCK CONSTANT" #x210E)
    ("PLANCK CONSTANT OVER TWO PI" #x210F)
    ("SCRIPT CAPITAL I" #x2110)
    ("BLACK-LETTER CAPITAL I" #x2111)
    ("SCRIPT CAPITAL L" #x2112)
    ("SCRIPT SMALL L" #x2113)
    ("L B BAR SYMBOL" #x2114)
    ("DOUBLE-STRUCK CAPITAL N" #x2115)
    ("NUMERO SIGN" #x2116)
    ("SOUND RECORDING COPYRIGHT" #x2117)
    ("SCRIPT CAPITAL P" #x2118)
    ("DOUBLE-STRUCK CAPITAL P" #x2119)
    ("DOUBLE-STRUCK CAPITAL Q" #x211A)
    ("SCRIPT CAPITAL R" #x211B)
    ("BLACK-LETTER CAPITAL R" #x211C)
    ("DOUBLE-STRUCK CAPITAL R" #x211D)
    ("PRESCRIPTION TAKE" #x211E)
    ("RESPONSE" #x211F)
    ("SERVICE MARK" #x2120)
    ("TELEPHONE SIGN" #x2121)
    ("TRADE MARK SIGN" #x2122)
    ("VERSICLE" #x2123)
    ("DOUBLE-STRUCK CAPITAL Z" #x2124)
    ("OUNCE SIGN" #x2125)
    ("OHM SIGN" #x2126)
    ("INVERTED OHM SIGN" #x2127)
    ("BLACK-LETTER CAPITAL Z" #x2128)
    ("TURNED GREEK SMALL LETTER IOTA" #x2129)
    ("KELVIN SIGN" #x212A)
    ("ANGSTROM SIGN" #x212B)
    ("SCRIPT CAPITAL B" #x212C)
    ("BLACK-LETTER CAPITAL C" #x212D)
    ("ESTIMATED SYMBOL" #x212E)
    ("SCRIPT SMALL E" #x212F)
    ("SCRIPT CAPITAL E" #x2130)
    ("SCRIPT CAPITAL F" #x2131)
    ("TURNED CAPITAL F" #x2132)
    ("SCRIPT CAPITAL M" #x2133)
    ("SCRIPT SMALL O" #x2134)
    ("ALEF SYMBOL" #x2135)
    ("BET SYMBOL" #x2136)
    ("GIMEL SYMBOL" #x2137)
    ("DALET SYMBOL" #x2138)
    ("INFORMATION SOURCE" #x2139)
    ("ROTATED CAPITAL Q" #x213A)
    ("DOUBLE-STRUCK SMALL GAMMA" #x213D)
    ("DOUBLE-STRUCK CAPITAL GAMMA" #x213E)
    ("DOUBLE-STRUCK CAPITAL PI" #x213F)
    ("DOUBLE-STRUCK N-ARY SUMMATION" #x2140)
    ("TURNED SANS-SERIF CAPITAL G" #x2141)
    ("TURNED SANS-SERIF CAPITAL L" #x2142)
    ("REVERSED SANS-SERIF CAPITAL L" #x2143)
    ("TURNED SANS-SERIF CAPITAL Y" #x2144)
    ("DOUBLE-STRUCK ITALIC CAPITAL D" #x2145)
    ("DOUBLE-STRUCK ITALIC SMALL D" #x2146)
    ("DOUBLE-STRUCK ITALIC SMALL E" #x2147)
    ("DOUBLE-STRUCK ITALIC SMALL I" #x2148)
    ("DOUBLE-STRUCK ITALIC SMALL J" #x2149)
    ("PROPERTY LINE" #x214A)
    ("TURNED AMPERSAND" #x214B)
    ))

;; arch-tag: 4233f761-f78d-4854-a019-2409f78514fa