comparison lisp/x11/x-menubar.el @ 86:364816949b59 r20-0b93

Import from CVS: tag r20-0b93
author cvs
date Mon, 13 Aug 2007 09:09:02 +0200
parents 6a378aca36af
children 821dec489c24
comparison
equal deleted inserted replaced
85:c661705957e0 86:364816949b59
187 ["Pretty-Print With Color" 187 ["Pretty-Print With Color"
188 (setq ps-print-color-p (not ps-print-color-p)) 188 (setq ps-print-color-p (not ps-print-color-p))
189 :style toggle :selected ps-print-color-p] 189 :style toggle :selected ps-print-color-p]
190 ("Pretty-Print Paper Size" 190 ("Pretty-Print Paper Size"
191 ["Letter" 191 ["Letter"
192 (setq ps-paper-type 'ps-letter) 192 (setq ps-paper-type 'letter)
193 :style radio 193 :style radio
194 :selected (eq ps-paper-type 'ps-letter)] 194 :selected (eq ps-paper-type 'letter)]
195 ["Letter-small"
196 (setq ps-paper-type 'letter-small)
197 :style radio
198 :selected (eq ps-paper-type 'letter-small)]
195 ["Legal" 199 ["Legal"
196 (setq ps-paper-type 'ps-legal) 200 (setq ps-paper-type 'legal)
197 :style radio 201 :style radio
198 :selected (eq ps-paper-type 'ps-legal)] 202 :selected (eq ps-paper-type 'legal)]
203 ["Statement"
204 (setq ps-paper-type 'statement)
205 :style radio
206 :selected (eq ps-paper-type 'statement)]
207 ["Executive"
208 (setq ps-paper-type 'executive)
209 :style radio
210 :selected (eq ps-paper-type 'executive)]
211 ["Tabloid"
212 (setq ps-paper-type 'tabloid)
213 :style radio
214 :selected (eq ps-paper-type 'tabloid)]
215 ["Ledger"
216 (setq ps-paper-type 'ledger)
217 :style radio
218 :selected (eq ps-paper-type 'ledger)]
219 ["A3"
220 (setq ps-paper-type 'a3)
221 :style radio
222 :selected (eq ps-paper-type 'a3)]
199 ["A4" 223 ["A4"
200 (setq ps-paper-type 'ps-a4) 224 (setq ps-paper-type 'a4)
201 :style radio 225 :style radio
202 :selected (eq ps-paper-type 'ps-a4)] 226 :selected (eq ps-paper-type 'a4)]
227 ["A4small"
228 (setq ps-paper-type 'a4small)
229 :style radio
230 :selected (eq ps-paper-type 'a4small)]
231 ["B4"
232 (setq ps-paper-type 'b4)
233 :style radio
234 :selected (eq ps-paper-type 'b4)]
235 ["B5"
236 (setq ps-paper-type 'b5)
237 :style radio
238 :selected (eq ps-paper-type 'b5)]
203 ) 239 )
204 ) 240 )
205 ("\"Other Window\" Location" 241 ("\"Other Window\" Location"
206 ["Always in Same Frame" 242 ["Always in Same Frame"
207 (setq get-frame-for-buffer-default-instance-limit nil) 243 (setq get-frame-for-buffer-default-instance-limit nil)