Propertly
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 84 articles for 0.001 sec
defchoice macro (was: A `my-ps-print-setting' function)     

Group: gnu.emacs.help · Group Profile · Search for Propertly in gnu.emacs.help
Author: Rodolfo Medina
Date: Sep 7, 2008 18:18

... a \"%%c or %%c\" question. Return t is answer is \"%%c\"." yes no yes) (let* ((pprompt1 (propertize (format "%%s (%%c or %%c) ?" prompt ,yes ,no) 'face 'minibuffer-prompt)) (pprompt2 (concat (propertize (format "Please answer %%c or %%c. " ,yes ,no) 'face 'minibuffer-prompt) pprompt1)) ...
Show full article (1.83Kb) · Show article thread
Re: A `my-ps-print-setting' function     

Group: gnu.emacs.help · Group Profile · Search for Propertly in gnu.emacs.help
Author: Andreas Politz
Date: Sep 7, 2008 12:40

... a \"%%c or %%c\" question. Return t is answer is \"%%c\"." yes no yes) (let* ((pprompt1 (propertize (format "%%s (%%c or %%c) ?" prompt ,yes ,no) 'face 'minibuffer-prompt)) (pprompt2 (concat (propertize (format "Please answer %%c or %%c. " ,yes ,no) 'face 'minibuffer-prompt) pprompt1)) (answer (...
Show full article (1.23Kb) · Show article thread
Re: lyric-mode.el     

Group: gnu.emacs.sources · Group Profile · Search for Propertly in gnu.emacs.sources
Author: jcg.sturdy
Date: Aug 18, 2008 07:09

...-time (* minutes 60)))) (centiseconds (* 100 (- new-time (* minutes 60) seconds))) (new-time-string (format "[%%02d:%%02d.%%d]" minutes seconds centiseconds))) (replace-match (propertize new-time-string 'keymap lyric-mode-tag-keymap) t t) (goto-char (match-end 0))) (error "Not on a synchronization tag"))) (defun lyric-tag-move-earlier ...
Show full article (16.47Kb) · Show article thread
lyric-mode.el     

Group: gnu.emacs.sources · Group Profile · Search for Propertly in gnu.emacs.sources
Author: jcg.sturdy
Date: Aug 18, 2008 05:02

... (- new-time (* minutes 60)))) (centiseconds (* 100 (- new-time (* minutes 60) seconds))) (new-time-string (format "[%%02d:%%02d.%%d]" minutes seconds centiseconds))) (replace-match (propertize new-time-string 'keymap lyric-mode-tag-keymap) t t) (goto-char (match-end 0))) (error "Not on a synchronization tag"))) (defun lyric-tag-move-earlier ()...
Show full article (17.02Kb)
Re: Gilmer's Wonderful Motorhome     

Group: alt.nuke.the.usa · Group Profile · Search for Propertly in alt.nuke.the.usa
Author: PyrateJohn
Date: Aug 16, 2008 08:28

...looked up similar units in that building. What you dance around is that Deb and I actually own several properties. We CHOOSE to reside in the Bluebird for a variety of reasons and rent or sell those propertes. When you read my next blog installment - and don't kid me, you clowns practically memorize my blog - I'll most likely mention that Deb and I both came down with summer colds (one ...
Show full article (5.80Kb) · Show article thread
cal-china-x.el --- Chinese calendar extras v1.0a     

Group: gnu.emacs.sources · Group Profile · Search for Propertly in gnu.emacs.sources
Author: William Xu
Date: Aug 8, 2008 02:57

... 'mouse-1 'calendar-goto-info-node)) " / " (propertize (substitute-command-keys " \\<calendar-mode-map...-1 'mouse-calendar-other-month)) " / " (propertize (substitute-command-keys "\\<calendar-mode-... right partial info will disappear. (propertize ">" 'help-echo "mouse-1: next ...
Show full article (26.25Kb)
Re: Damn, damn, damn, damn     

Group: uk.transport · Group Profile · Search for Propertly in uk.transport
Author: Daul P.
Date: Jul 28, 2008 07:33

... is something to do with Steve Firth. Are you completely barking or just pretending to be so? If it's a show, you should get an Oscar 'cos you look like a real, proper, kicked in the head as a child, fuckwit of immense propertions. -- Daul P. http://www.glass-uk.org/ "You would probably do better not to bother with renewable energy" Doug, UK.Transport 29/04/2008 08:53.
Show full article (0.83Kb)
Re: Browsing Unicode Symbols     

Group: gnu.emacs.help · Group Profile · Search for Propertly in gnu.emacs.help
Author: Florian Beck
Date: Jul 9, 2008 07:32

...-number (match-string 1) 16)) (char (char-to-string code))) ;; Symbols the specified font cannot handle may still be ;; displayed in another font. (if font (setq char (propertize char 'face `(:family ,(format "%%s" font))))) (add-to-list 'unidata (cons code (concat (format "%%6x" code) "\t" char "\t" (downcase (match-string 2)))))))) (...
Show full article (8.87Kb) · Show article thread
Re: Browsing Unicode Symbols     

Group: gnu.emacs.help · Group Profile · Search for Propertly in gnu.emacs.help
Author: Florian Beck
Date: Jul 8, 2008 15:52

... a fontset. Anyway, to see how a certain character is displayed, simply insert it: (insert (propertize STRING 'face `(:family ,(format "%%s" FONT)))) To visualise how a certain character is displayed by...(or (not end) (<= i end))) (insert ;(get-char-with-font char font) (propertize char 'face `(:family ,(format "%%s" font))))) (incf i)))) You have to turn off font...
Show full article (1.61Kb) · Show article thread
elk-test (0.3) --- Emacs Lisp testing framework     

Group: gnu.emacs.sources · Group Profile · Search for Propertly in gnu.emacs.sources
Author: Nikolaj Schumacher
Date: Jun 15, 2008 10:15

...success-modified on a buffer change automatically." (with-current-buffer (or buffer (current-buffer)) (set (make-local-variable 'mode-name) (propertize mode-name 'face (case state ('success 'elk-test-success) ('success-modified 'elk-test-success-modified) ('failure 'elk-test-failure)))))...
Show full article (26.88Kb)
1 · 2 · 3 · 4 · 5 · 6 · 7 · 8 · 9 · next