annotate lisp/play/yow.el @ 112414:4b27e6d58d2c

* nsterm.m (constrainFrameRect): Only constrain the first time called.
author Jan D. <jan.h.d@swipnet.se>
date Sat, 22 Jan 2011 12:33:32 +0100
parents ef719132ddfa
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2374
c00b3b357392 (psychoanalyze-pinhead) Needed a prefrontal lobotomy. I gave it one.
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 2320
diff changeset
1 ;;; yow.el --- quote random zippyisms
772
2b5af16c9af3 *** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 676
diff changeset
2
104386
2e0765155e47 Use help-print-return-message rather than the now obsolete alias.
Glenn Morris <rgm@gnu.org>
parents: 100908
diff changeset
3 ;; Copyright (C) 1993, 1994, 1995, 2000, 2001, 2002, 2003, 2004, 2005,
112218
376148b31b5e Add 2011 to FSF/AIST copyright years.
Glenn Morris <rgm@gnu.org>
parents: 106815
diff changeset
4 ;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
841
2cdce064065f entered into RCS
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 812
diff changeset
5
772
2b5af16c9af3 *** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 676
diff changeset
6 ;; Maintainer: FSF
7127
2dc00bfe8280 Added comment indicating author.
Noah Friedman <friedman@splode.com>
parents: 5622
diff changeset
7 ;; Author: Richard Mlynarik
812
485e82a8acb5 *** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 807
diff changeset
8 ;; Keywords: games
656
d74e65773062 *** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 584
diff changeset
9
46
ca2ddc6f6950 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
10 ;; This file is part of GNU Emacs.
ca2ddc6f6950 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
11
94675
949bd6ad1ba4 Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 93975
diff changeset
12 ;; GNU Emacs is free software: you can redistribute it and/or modify
46
ca2ddc6f6950 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
13 ;; it under the terms of the GNU General Public License as published by
94675
949bd6ad1ba4 Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 93975
diff changeset
14 ;; the Free Software Foundation, either version 3 of the License, or
949bd6ad1ba4 Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 93975
diff changeset
15 ;; (at your option) any later version.
46
ca2ddc6f6950 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
16
ca2ddc6f6950 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
17 ;; GNU Emacs is distributed in the hope that it will be useful,
ca2ddc6f6950 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
18 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
ca2ddc6f6950 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
19 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
ca2ddc6f6950 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
20 ;; GNU General Public License for more details.
ca2ddc6f6950 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
21
ca2ddc6f6950 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
22 ;; You should have received a copy of the GNU General Public License
94675
949bd6ad1ba4 Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 93975
diff changeset
23 ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
46
ca2ddc6f6950 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
24
772
2b5af16c9af3 *** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 676
diff changeset
25 ;;; Commentary:
2b5af16c9af3 *** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 676
diff changeset
26
3591
507f64624555 Apply typo patches from Paul Eggert.
Jim Blandy <jimb@redhat.com>
parents: 3384
diff changeset
27 ;; Important pinheadery for GNU Emacs.
2320
ee096523431c Modified to use cookie.el
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 841
diff changeset
28 ;;
3384
55e7bbf78b1a Use cookie1.el.
Richard M. Stallman <rms@gnu.org>
parents: 2635
diff changeset
29 ;; See cookie1.el for implementation. Note --- the `n' argument of yow
2320
ee096523431c Modified to use cookie.el
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 841
diff changeset
30 ;; from the 18.xx implementation is no longer; we only support *random*
ee096523431c Modified to use cookie.el
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 841
diff changeset
31 ;; random access now.
772
2b5af16c9af3 *** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 676
diff changeset
32
2b5af16c9af3 *** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 676
diff changeset
33 ;;; Code:
2b5af16c9af3 *** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 676
diff changeset
34
3384
55e7bbf78b1a Use cookie1.el.
Richard M. Stallman <rms@gnu.org>
parents: 2635
diff changeset
35 (require 'cookie1)
2320
ee096523431c Modified to use cookie.el
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 841
diff changeset
36
21363
f1fc193b6958 Customized.
Stephen Eglen <stephen@gnu.org>
parents: 14169
diff changeset
37 (defgroup yow nil
f1fc193b6958 Customized.
Stephen Eglen <stephen@gnu.org>
parents: 14169
diff changeset
38 "Quote random zippyisms."
f1fc193b6958 Customized.
Stephen Eglen <stephen@gnu.org>
parents: 14169
diff changeset
39 :prefix "yow-"
f1fc193b6958 Customized.
Stephen Eglen <stephen@gnu.org>
parents: 14169
diff changeset
40 :group 'games)
f1fc193b6958 Customized.
Stephen Eglen <stephen@gnu.org>
parents: 14169
diff changeset
41
f1fc193b6958 Customized.
Stephen Eglen <stephen@gnu.org>
parents: 14169
diff changeset
42 (defcustom yow-file (concat data-directory "yow.lines")
f1fc193b6958 Customized.
Stephen Eglen <stephen@gnu.org>
parents: 14169
diff changeset
43 "File containing pertinent pinhead phrases."
f1fc193b6958 Customized.
Stephen Eglen <stephen@gnu.org>
parents: 14169
diff changeset
44 :type 'file
f1fc193b6958 Customized.
Stephen Eglen <stephen@gnu.org>
parents: 14169
diff changeset
45 :group 'yow)
46
ca2ddc6f6950 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
46
13753
9a8ea4e8cb01 (apropos-zippy): New command.
Noah Friedman <friedman@splode.com>
parents: 9841
diff changeset
47 (defconst yow-load-message "Am I CONSING yet?...")
9a8ea4e8cb01 (apropos-zippy): New command.
Noah Friedman <friedman@splode.com>
parents: 9841
diff changeset
48 (defconst yow-after-load-message "I have SEEN the CONSING!!")
9a8ea4e8cb01 (apropos-zippy): New command.
Noah Friedman <friedman@splode.com>
parents: 9841
diff changeset
49
256
7e4c7ef44243 *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 46
diff changeset
50 ;;;###autoload
42283
c04b89996164 (yow): Use an arg to distinguish interactive calls, not interactive-p.
Richard M. Stallman <rms@gnu.org>
parents: 41559
diff changeset
51 (defun yow (&optional insert display)
5622
dc61f16f4f79 (yow-file): Doc fix.
Roland McGrath <roland@gnu.org>
parents: 4737
diff changeset
52 "Return or display a random Zippy quotation. With prefix arg, insert it."
42283
c04b89996164 (yow): Use an arg to distinguish interactive calls, not interactive-p.
Richard M. Stallman <rms@gnu.org>
parents: 41559
diff changeset
53 (interactive "P\np")
13753
9a8ea4e8cb01 (apropos-zippy): New command.
Noah Friedman <friedman@splode.com>
parents: 9841
diff changeset
54 (let ((yow (cookie yow-file yow-load-message yow-after-load-message)))
5622
dc61f16f4f79 (yow-file): Doc fix.
Roland McGrath <roland@gnu.org>
parents: 4737
diff changeset
55 (cond (insert
dc61f16f4f79 (yow-file): Doc fix.
Roland McGrath <roland@gnu.org>
parents: 4737
diff changeset
56 (insert yow))
42283
c04b89996164 (yow): Use an arg to distinguish interactive calls, not interactive-p.
Richard M. Stallman <rms@gnu.org>
parents: 41559
diff changeset
57 ((not display)
46
ca2ddc6f6950 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
58 yow)
ca2ddc6f6950 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
59 (t
32092
b0a117b99837 (yow): Don't display multi-line quotations in a *Help* buffer, since the
Miles Bader <miles@gnu.org>
parents: 21363
diff changeset
60 (message "%s" yow)))))
46
ca2ddc6f6950 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
61
4737
430cee1995ab (read-zippyism): New function.
Roland McGrath <roland@gnu.org>
parents: 3591
diff changeset
62 (defsubst read-zippyism (prompt &optional require-match)
430cee1995ab (read-zippyism): New function.
Roland McGrath <roland@gnu.org>
parents: 3591
diff changeset
63 "Read a Zippyism from the minibuffer with completion, prompting with PROMPT.
430cee1995ab (read-zippyism): New function.
Roland McGrath <roland@gnu.org>
parents: 3591
diff changeset
64 If optional second arg is non-nil, require input to match a completion."
13753
9a8ea4e8cb01 (apropos-zippy): New command.
Noah Friedman <friedman@splode.com>
parents: 9841
diff changeset
65 (read-cookie prompt yow-file yow-load-message yow-after-load-message
4737
430cee1995ab (read-zippyism): New function.
Roland McGrath <roland@gnu.org>
parents: 3591
diff changeset
66 require-match))
5622
dc61f16f4f79 (yow-file): Doc fix.
Roland McGrath <roland@gnu.org>
parents: 4737
diff changeset
67
dc61f16f4f79 (yow-file): Doc fix.
Roland McGrath <roland@gnu.org>
parents: 4737
diff changeset
68 ;;;###autoload
dc61f16f4f79 (yow-file): Doc fix.
Roland McGrath <roland@gnu.org>
parents: 4737
diff changeset
69 (defun insert-zippyism (&optional zippyism)
dc61f16f4f79 (yow-file): Doc fix.
Roland McGrath <roland@gnu.org>
parents: 4737
diff changeset
70 "Prompt with completion for a known Zippy quotation, and insert it at point."
dc61f16f4f79 (yow-file): Doc fix.
Roland McGrath <roland@gnu.org>
parents: 4737
diff changeset
71 (interactive (list (read-zippyism "Pinhead wisdom: " t)))
dc61f16f4f79 (yow-file): Doc fix.
Roland McGrath <roland@gnu.org>
parents: 4737
diff changeset
72 (insert zippyism))
13753
9a8ea4e8cb01 (apropos-zippy): New command.
Noah Friedman <friedman@splode.com>
parents: 9841
diff changeset
73
9a8ea4e8cb01 (apropos-zippy): New command.
Noah Friedman <friedman@splode.com>
parents: 9841
diff changeset
74 ;;;###autoload
9a8ea4e8cb01 (apropos-zippy): New command.
Noah Friedman <friedman@splode.com>
parents: 9841
diff changeset
75 (defun apropos-zippy (regexp)
9a8ea4e8cb01 (apropos-zippy): New command.
Noah Friedman <friedman@splode.com>
parents: 9841
diff changeset
76 "Return a list of all Zippy quotes matching REGEXP.
9a8ea4e8cb01 (apropos-zippy): New command.
Noah Friedman <friedman@splode.com>
parents: 9841
diff changeset
77 If called interactively, display a list of matches."
9a8ea4e8cb01 (apropos-zippy): New command.
Noah Friedman <friedman@splode.com>
parents: 9841
diff changeset
78 (interactive "sApropos Zippy (regexp): ")
9a8ea4e8cb01 (apropos-zippy): New command.
Noah Friedman <friedman@splode.com>
parents: 9841
diff changeset
79 ;; Make sure yows are loaded
9a8ea4e8cb01 (apropos-zippy): New command.
Noah Friedman <friedman@splode.com>
parents: 9841
diff changeset
80 (cookie yow-file yow-load-message yow-after-load-message)
9a8ea4e8cb01 (apropos-zippy): New command.
Noah Friedman <friedman@splode.com>
parents: 9841
diff changeset
81 (let* ((case-fold-search t)
9a8ea4e8cb01 (apropos-zippy): New command.
Noah Friedman <friedman@splode.com>
parents: 9841
diff changeset
82 (cookie-table-symbol (intern yow-file cookie-cache))
9a8ea4e8cb01 (apropos-zippy): New command.
Noah Friedman <friedman@splode.com>
parents: 9841
diff changeset
83 (string-table (symbol-value cookie-table-symbol))
9a8ea4e8cb01 (apropos-zippy): New command.
Noah Friedman <friedman@splode.com>
parents: 9841
diff changeset
84 (matches nil)
9a8ea4e8cb01 (apropos-zippy): New command.
Noah Friedman <friedman@splode.com>
parents: 9841
diff changeset
85 (len (length string-table))
9a8ea4e8cb01 (apropos-zippy): New command.
Noah Friedman <friedman@splode.com>
parents: 9841
diff changeset
86 (i 0))
9a8ea4e8cb01 (apropos-zippy): New command.
Noah Friedman <friedman@splode.com>
parents: 9841
diff changeset
87 (save-match-data
9a8ea4e8cb01 (apropos-zippy): New command.
Noah Friedman <friedman@splode.com>
parents: 9841
diff changeset
88 (while (< i len)
9a8ea4e8cb01 (apropos-zippy): New command.
Noah Friedman <friedman@splode.com>
parents: 9841
diff changeset
89 (and (string-match regexp (aref string-table i))
9a8ea4e8cb01 (apropos-zippy): New command.
Noah Friedman <friedman@splode.com>
parents: 9841
diff changeset
90 (setq matches (cons (aref string-table i) matches)))
9a8ea4e8cb01 (apropos-zippy): New command.
Noah Friedman <friedman@splode.com>
parents: 9841
diff changeset
91 (setq i (1+ i))))
9a8ea4e8cb01 (apropos-zippy): New command.
Noah Friedman <friedman@splode.com>
parents: 9841
diff changeset
92 (and matches
9a8ea4e8cb01 (apropos-zippy): New command.
Noah Friedman <friedman@splode.com>
parents: 9841
diff changeset
93 (setq matches (sort matches 'string-lessp)))
105372
bd2966850aac Use `called-interactively-p' instead of `interactive-p'.
Juanma Barranquero <lekktu@gmail.com>
parents: 104386
diff changeset
94 (and (called-interactively-p 'interactive)
13753
9a8ea4e8cb01 (apropos-zippy): New command.
Noah Friedman <friedman@splode.com>
parents: 9841
diff changeset
95 (cond ((null matches)
9a8ea4e8cb01 (apropos-zippy): New command.
Noah Friedman <friedman@splode.com>
parents: 9841
diff changeset
96 (message "No matches found."))
9a8ea4e8cb01 (apropos-zippy): New command.
Noah Friedman <friedman@splode.com>
parents: 9841
diff changeset
97 (t
9a8ea4e8cb01 (apropos-zippy): New command.
Noah Friedman <friedman@splode.com>
parents: 9841
diff changeset
98 (let ((l matches))
9a8ea4e8cb01 (apropos-zippy): New command.
Noah Friedman <friedman@splode.com>
parents: 9841
diff changeset
99 (with-output-to-temp-buffer "*Zippy Apropos*"
9a8ea4e8cb01 (apropos-zippy): New command.
Noah Friedman <friedman@splode.com>
parents: 9841
diff changeset
100 (while l
9a8ea4e8cb01 (apropos-zippy): New command.
Noah Friedman <friedman@splode.com>
parents: 9841
diff changeset
101 (princ (car l))
9a8ea4e8cb01 (apropos-zippy): New command.
Noah Friedman <friedman@splode.com>
parents: 9841
diff changeset
102 (setq l (cdr l))
67282
063323b18f19 (apropos-zippy): Call print-help-return-message, similar to other Help
Eli Zaretskii <eliz@gnu.org>
parents: 64701
diff changeset
103 (and l (princ "\n\n")))
104386
2e0765155e47 Use help-print-return-message rather than the now obsolete alias.
Glenn Morris <rgm@gnu.org>
parents: 100908
diff changeset
104 (help-print-return-message))))))
13753
9a8ea4e8cb01 (apropos-zippy): New command.
Noah Friedman <friedman@splode.com>
parents: 9841
diff changeset
105 matches))
9a8ea4e8cb01 (apropos-zippy): New command.
Noah Friedman <friedman@splode.com>
parents: 9841
diff changeset
106
46
ca2ddc6f6950 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
107
13753
9a8ea4e8cb01 (apropos-zippy): New command.
Noah Friedman <friedman@splode.com>
parents: 9841
diff changeset
108 ;; Yowza!! Feed zippy quotes to the doctor. Watch results.
9a8ea4e8cb01 (apropos-zippy): New command.
Noah Friedman <friedman@splode.com>
parents: 9841
diff changeset
109 ;; fun, fun, fun. Entertainment for hours...
9a8ea4e8cb01 (apropos-zippy): New command.
Noah Friedman <friedman@splode.com>
parents: 9841
diff changeset
110 ;;
9a8ea4e8cb01 (apropos-zippy): New command.
Noah Friedman <friedman@splode.com>
parents: 9841
diff changeset
111 ;; written by Kayvan Aghaiepour
46
ca2ddc6f6950 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
112
86234
860a7a8e779e * progmodes/octave-mod.el (inferior-octave-send-list-and-digest):
Dan Nicolaescu <dann@ics.uci.edu>
parents: 85510
diff changeset
113 (declare-function doctor-ret-or-read "doctor" (arg))
860a7a8e779e * progmodes/octave-mod.el (inferior-octave-send-list-and-digest):
Dan Nicolaescu <dann@ics.uci.edu>
parents: 85510
diff changeset
114
256
7e4c7ef44243 *** empty log message ***
Roland McGrath <roland@gnu.org>
parents: 46
diff changeset
115 ;;;###autoload
46
ca2ddc6f6950 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
116 (defun psychoanalyze-pinhead ()
ca2ddc6f6950 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
117 "Zippy goes to the analyst."
ca2ddc6f6950 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
118 (interactive)
ca2ddc6f6950 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
119 (doctor) ; start the psychotherapy
ca2ddc6f6950 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
120 (message "")
ca2ddc6f6950 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
121 (switch-to-buffer "*doctor*")
ca2ddc6f6950 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
122 (sit-for 0)
ca2ddc6f6950 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
123 (while (not (input-pending-p))
41559
ca00f40d366e (psychoanalyze-pinhead): Use insert instead of insert-string.
Pavel Janík <Pavel@Janik.cz>
parents: 32092
diff changeset
124 (insert (yow))
46
ca2ddc6f6950 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
125 (sit-for 0)
ca2ddc6f6950 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
126 (doctor-ret-or-read 1)
ca2ddc6f6950 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
127 (doctor-ret-or-read 1)))
ca2ddc6f6950 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
128
584
4cd7543be581 *** empty log message ***
Jim Blandy <jimb@redhat.com>
parents: 444
diff changeset
129 (provide 'yow)
4cd7543be581 *** empty log message ***
Jim Blandy <jimb@redhat.com>
parents: 444
diff changeset
130
656
d74e65773062 *** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 584
diff changeset
131 ;;; yow.el ends here