Mercurial > emacs
annotate etc/DEVEL.HUMOR @ 110321:4b26adbef9a2
Major code cleanup. Split tramp.el into tramp.el and tramp-sh.el.
* Makefile.in (TRAMP_SRC): Remove tramp-fish.el. Add tramp-sh.el.
* net/tramp.el (top): Don't show loading message. Require just
'tramp-compat, everything else is required there. Use
`ignore-errors' where appropriate.
(tramp-inline-compress-start-size, tramp-copy-size-limit)
(tramp-terminal-type, tramp-end-of-output)
(tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
(tramp-completion-function-alist-ssh)
(tramp-completion-function-alist-telnet)
(tramp-completion-function-alist-su)
(tramp-completion-function-alist-putty, tramp-remote-path)
(tramp-remote-process-environment, tramp-sh-extra-args)
(tramp-actions-before-shell, tramp-uudecode)
(tramp-perl-file-truename, tramp-perl-file-name-all-completions)
(tramp-perl-file-attributes)
(tramp-perl-directory-files-and-attributes)
(tramp-perl-encode-with-module, tramp-perl-decode-with-module)
(tramp-perl-encode, tramp-perl-decode)
(tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
(tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
(tramp-handle-make-symbolic-link, tramp-handle-load)
(tramp-handle-file-name-as-directory)
(tramp-handle-file-name-directory)
(tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
(tramp-handle-file-exists-p, tramp-handle-file-attributes)
(tramp-do-file-attributes-with-ls)
(tramp-do-file-attributes-with-perl)
(tramp-do-file-attributes-with-stat)
(tramp-handle-set-visited-file-modtime)
(tramp-handle-verify-visited-file-modtime)
(tramp-handle-set-file-modes, tramp-handle-set-file-times)
(tramp-set-file-uid-gid, tramp-remote-selinux-p)
(tramp-handle-file-selinux-context)
(tramp-handle-set-file-selinux-context)
(tramp-handle-file-executable-p, tramp-handle-file-readable-p)
(tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
(tramp-handle-file-directory-p, tramp-handle-file-regular-p)
(tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
(tramp-handle-file-ownership-preserved-p)
(tramp-handle-directory-file-name, tramp-handle-directory-files)
(tramp-handle-directory-files-and-attributes)
(tramp-do-directory-files-and-attributes-with-perl)
(tramp-do-directory-files-and-attributes-with-stat)
(tramp-handle-file-name-all-completions)
(tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
(tramp-handle-copy-file, tramp-handle-copy-directory)
(tramp-handle-rename-file, tramp-do-copy-or-rename-file)
(tramp-do-copy-or-rename-file-via-buffer)
(tramp-do-copy-or-rename-file-directly)
(tramp-do-copy-or-rename-file-out-of-band)
(tramp-handle-make-directory, tramp-handle-delete-directory)
(tramp-handle-delete-file)
(tramp-handle-dired-recursive-delete-directory)
(tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
(tramp-handle-insert-directory)
(tramp-handle-unhandled-file-name-directory)
(tramp-handle-expand-file-name)
(tramp-handle-substitute-in-file-name)
(tramp-handle-executable-find, tramp-process-sentinel)
(tramp-handle-start-file-process, tramp-handle-process-file)
(tramp-handle-call-process-region, tramp-handle-shell-command)
(tramp-handle-file-local-copy, tramp-handle-file-remote-p)
(tramp-handle-insert-file-contents)
(tramp-handle-insert-file-contents-literally)
(tramp-handle-find-backup-file-name)
(tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
(tramp-vc-registered-file-names, tramp-handle-vc-registered)
(tramp-sh-file-name-handler, tramp-vc-file-name-handler)
(tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
(tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
(tramp-find-file-exists-command, tramp-open-shell)
(tramp-find-shell, tramp-barf-if-no-shell-prompt)
(tramp-open-connection-setup-interactive-shell)
(tramp-local-coding-commands, tramp-remote-coding-commands)
(tramp-find-inline-encoding, tramp-call-local-coding-command)
(tramp-inline-compress-commands, tramp-find-inline-compress)
(tramp-compute-multi-hops, tramp-maybe-open-connection)
(tramp-send-command , tramp-wait-for-output)
(tramp-send-command-and-check, tramp-barf-unless-okay)
(tramp-send-command-and-read, tramp-mode-string-to-int)
(tramp-convert-file-attributes, tramp-check-cached-permissions)
(tramp-file-mode-from-int, tramp-file-mode-permissions)
(tramp-shell-case-fold, tramp-make-copy-program-file-name)
(tramp-method-out-of-band-p, tramp-local-host-p)
(tramp-get-remote-path, tramp-get-remote-tmpdir)
(tramp-get-ls-command, tramp-get-ls-command-with-dired)
(tramp-get-test-command, tramp-get-test-nt-command)
(tramp-get-file-exists-command, tramp-get-remote-ln)
(tramp-get-remote-perl, tramp-get-remote-stat)
(tramp-get-remote-readlink, tramp-get-remote-trash)
(tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
(tramp-get-local-uid, tramp-get-local-gid)
(tramp-get-inline-compress, tramp-get-inline-coding, ): Move to
tramp-sh.el.
(tramp-methods, tramp-default-method-alist)
(tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
Move initialization to tramp-sh.el.
(tramp-temp-name-prefix): Make it a defconst.
(tramp-dissect-file-name): Don't check anymore for multi-hop
methods.
(tramp-debug-outline-regexp): Add a docstring.
(tramp-debug-outline-level): Renamed from `tramp-outline-level'.
(tramp-get-debug-buffer): Use it.
* net/tramp-cache.el (top): Set tramp-autoload cookie for
initialization forms.
(tramp-set-connection-property): Don't protect `tramp-message'
call, it isn't necessary any longer.
(tramp-dump-connection-properties): Use `ignore-errors'.
* net/tramp-compat.el (top): Require 'advice, 'format-spec,
'password-cache and 'auth-source.
* net/tramp-gvfs.el (top):
* net/tramp-smb.el (top): Require 'tramp-sh.
* net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
* net/tramp-sh.el: New file, derived from tramp.el.
(top): Initialize `tramp-methods', `tramp-default-method-alist',
`tramp-default-user-alist', tramp-foreign-file-name-handler-alist.
Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old". Use
`ignore-errors' where appropriate.
(tramp-sh-file-name-handler-alist): Renamed from
`tramp-file-name-handler-alist'.
(tramp-send-command-and-check): Return t or nil. Remove all
`zerop' checks, where called.
(tramp-handle-set-file-modes)
(tramp-do-copy-or-rename-file-directly)
(tramp-handle-delete-directory, tramp-handle-delete-file)
(tramp-maybe-send-script, ): Use `tramp-barf-unless-okay'.
(tramp-sh-file-name-handler, tramp-send-command-and-check)
(tramp-get-remote-ln): Set tramp-autoload cookie.
* net/tramp-fish.el: Remove file.
author | Michael Albinus <michael.albinus@gmx.de> |
---|---|
date | Mon, 13 Sep 2010 17:17:01 +0200 |
parents | 6faeae52f0a9 |
children |
rev | line source |
---|---|
73258
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
1 ---------------- -*- mode: text; coding: utf-8; fill-column: 70 -*- -- |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
2 -- -- |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
3 -- Humor (sometimes unintended) on the Emacs developer's list -- |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
4 -- -- |
76188
02e2382f5e8a
Add similar copyright disclaimer to that used on
Glenn Morris <rgm@gnu.org>
parents:
75772
diff
changeset
|
5 -- The Free Software Foundation claims no copyright on this file, -- |
02e2382f5e8a
Add similar copyright disclaimer to that used on
Glenn Morris <rgm@gnu.org>
parents:
75772
diff
changeset
|
6 -- compiled from the public emacs-devel mailing list. -- |
02e2382f5e8a
Add similar copyright disclaimer to that used on
Glenn Morris <rgm@gnu.org>
parents:
75772
diff
changeset
|
7 -- -- |
73258
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
8 ---------------------------------------------------------------------- |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
9 |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
10 "Is it legal for a `struct interval' to have a total_length field of |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
11 zero?" |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
12 "We can't be arrested for it as far as I know, but it is definitely |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
13 invalid for an interval to have zero length." |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
14 -- Miles Bader and RMS |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
15 |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
16 ---------------------------------------------------------------------- |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
17 |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
18 Re: lost argument and doc string |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
19 |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
20 I remember when I lost an argument. Boy did that hurt! ;-). |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
21 -- RMS |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
22 |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
23 ---------------------------------------------------------------------- |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
24 |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
25 "'Cowardly' is not an adverb, although it looks like one. It is an |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
26 adjective. It makes a statement about general temperament, rather |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
27 than a specific occasion. I don't think Emacs has a general |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
28 temperament." |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
29 "Mine does." |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
30 -- RMS and Eli Zaretskii |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
31 |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
32 ---------------------------------------------------------------------- |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
33 |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
34 "In order to bring the user's attention to the minibuffer when an |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
35 item such as 'Edit -> Search' is activated from the menu, I was just |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
36 thinking that we could draw a big rectangle around the minibuffer, |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
37 blinking (or zooming in-and-out) until some input is typed in." |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
38 "How about dancing elephants?" |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
39 "They don't fit in my office." |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
40 "Well once the elephants are done, your office will be much... |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
41 bigger." |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
42 -- Stefan Monnier, Miles Bader and Kai Grossjohann |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
43 |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
44 ---------------------------------------------------------------------- |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
45 |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
46 I remember these versions as yard-rocks (is that between inch-pebbles |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
47 and mile-stones?). |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
48 -- Kai Grossjohann |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
49 |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
50 ---------------------------------------------------------------------- |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
51 |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
52 "I think it depends on video drivers. I cannot reproduce it on my |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
53 home PC, but I can at work." |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
54 "Can you try to find a workaround at work? (I guess you don't need |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
55 a homearound at home. ;-)" |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
56 -- Jason Rumney and RMS |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
57 |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
58 ---------------------------------------------------------------------- |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
59 |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
60 By the way, I also really really hate this unibyte/multibyte problem. |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
61 Sometimes I think I should have opposed to the introduction of such a |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
62 concept more strongly. |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
63 |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
64 imagine there's no unibyte |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
65 it's easy if you try |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
66 no bytes below us |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
67 above us only chars |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
68 imagine all the people living in multibyte |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
69 |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
70 -- Kenichi Handa |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
71 |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
72 ---------------------------------------------------------------------- |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
73 |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
74 I try to uphold the ideals that I was taught to value as an American, |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
75 but every year I get less and less help from the United States. |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
76 -- RMS |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
77 |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
78 ---------------------------------------------------------------------- |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
79 |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
80 "If the terminfo entry is most likely wrong, and we know it, then it |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
81 doesn't make sense to follow it." |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
82 "Nevertheless, until now, we always did." |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
83 "So.... should we not fix old bugs?" |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
84 "Why fix an old bug if you can write three new ones in the same |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
85 time?" |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
86 -- Miles Bader, Eli Zaretskii and David Kastrup |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
87 |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
88 ---------------------------------------------------------------------- |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
89 |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
90 [...] As is well known, people who speak American English tend to |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
91 be more resource-conscious and try to avoid wasting precious bits |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
92 transferring those redundant "u"s. |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
93 Think of the number of occurrences of "color" and "behavior" in the |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
94 Emacs tarball, multiply that by the number of times it'll be |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
95 downloaded, stored on hard disks, archived, ...that's a substantial |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
96 saving. |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
97 -- Stefan Monnier |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
98 |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
99 ---------------------------------------------------------------------- |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
100 |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
101 Re: Parent of a derived mode's keymap. |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
102 |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
103 "I can't decide whether the title of this thread is more fitting for |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
104 a blues song or a pulp fiction booklet. It certainly projects drama." |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
105 "Hey, it says derived, not deprived." |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
106 "Actually, for some keymaps 'depraved' would fit better." |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
107 "I knew it! You're one of them vi lovers! There is nothing wrong |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
108 with Emacs using escape, meta, alt, control, and shift!" |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
109 -- David Kastrup and Lute Kamstra |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
110 |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
111 ---------------------------------------------------------------------- |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
112 |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
113 "Aren't user-defined constants useful in other languages?" |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
114 "The only user-defined constant is ignorance. (With programmers, |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
115 this is a variable concept ;-)" |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
116 -- Juanma Barranquero and Thien-Thi Nguyen |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
117 |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
118 ---------------------------------------------------------------------- |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
119 |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
120 "Uh, 'archaic' and 'alive' is not a contradiction." |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
121 "Yes it is. 'Archaic' does not mean 'old' or 'early'. It means |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
122 'obsolete'." |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
123 "'He arche' in Greek means 'the beginning'. John 1 starts off with |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
124 'En arche en ho Logos': in the beginning, there was the word. Now of |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
125 course we all know that Emacs was there before Word, but this might |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
126 have escaped John's notice." |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
127 -- David Kastrup and RMS |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
128 |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
129 ---------------------------------------------------------------------- |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
130 |
73310
281c5fbc3ec9
Add the topic line for last entry since that was
David Kastrup <dak@gnu.org>
parents:
73258
diff
changeset
|
131 Re: patch for woman (woman-topic-at-point) |
281c5fbc3ec9
Add the topic line for last entry since that was
David Kastrup <dak@gnu.org>
parents:
73258
diff
changeset
|
132 |
73258
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
133 "Sorry for the long message. I wanted to make the problem clear |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
134 also for people not familiar with `woman'." |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
135 "Most hackers, I take? |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
136 For a moment there I thought you had a patch that you could put on |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
137 a woman, and it would make her come right to the topic at point |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
138 without attempting any course of action that requires an advance |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
139 course in divination. |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
140 There'd be quite a sensational market for that, you know." |
4c4a27585734
New file for (sometimes unintended) humor in the Emacs developer's list.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
141 -- Emilio Lopes and David Kastrup |
73900
03310dc92e46
Two more entries (yes, I'm easily amused).
Juanma Barranquero <lekktu@gmail.com>
parents:
73310
diff
changeset
|
142 |
03310dc92e46
Two more entries (yes, I'm easily amused).
Juanma Barranquero <lekktu@gmail.com>
parents:
73310
diff
changeset
|
143 ---------------------------------------------------------------------- |
03310dc92e46
Two more entries (yes, I'm easily amused).
Juanma Barranquero <lekktu@gmail.com>
parents:
73310
diff
changeset
|
144 |
03310dc92e46
Two more entries (yes, I'm easily amused).
Juanma Barranquero <lekktu@gmail.com>
parents:
73310
diff
changeset
|
145 "[T]here may be a good reason since the code explicitly checks for |
03310dc92e46
Two more entries (yes, I'm easily amused).
Juanma Barranquero <lekktu@gmail.com>
parents:
73310
diff
changeset
|
146 this; see keyboard.c:789 [...]" |
03310dc92e46
Two more entries (yes, I'm easily amused).
Juanma Barranquero <lekktu@gmail.com>
parents:
73310
diff
changeset
|
147 "I think I understand, but I can't find the code in keyboard.c. Do |
03310dc92e46
Two more entries (yes, I'm easily amused).
Juanma Barranquero <lekktu@gmail.com>
parents:
73310
diff
changeset
|
148 you really mean 'line 789'? Of which revision?" |
03310dc92e46
Two more entries (yes, I'm easily amused).
Juanma Barranquero <lekktu@gmail.com>
parents:
73310
diff
changeset
|
149 "Sorry; by 789, I mean 3262 :-P" |
03310dc92e46
Two more entries (yes, I'm easily amused).
Juanma Barranquero <lekktu@gmail.com>
parents:
73310
diff
changeset
|
150 -- Chong Yidong and Stefan Monnier |
03310dc92e46
Two more entries (yes, I'm easily amused).
Juanma Barranquero <lekktu@gmail.com>
parents:
73310
diff
changeset
|
151 |
03310dc92e46
Two more entries (yes, I'm easily amused).
Juanma Barranquero <lekktu@gmail.com>
parents:
73310
diff
changeset
|
152 ---------------------------------------------------------------------- |
03310dc92e46
Two more entries (yes, I'm easily amused).
Juanma Barranquero <lekktu@gmail.com>
parents:
73310
diff
changeset
|
153 |
03310dc92e46
Two more entries (yes, I'm easily amused).
Juanma Barranquero <lekktu@gmail.com>
parents:
73310
diff
changeset
|
154 "[...] In my opinion, your change does not either increase or |
03310dc92e46
Two more entries (yes, I'm easily amused).
Juanma Barranquero <lekktu@gmail.com>
parents:
73310
diff
changeset
|
155 decrease readability. It's a tossup." |
03310dc92e46
Two more entries (yes, I'm easily amused).
Juanma Barranquero <lekktu@gmail.com>
parents:
73310
diff
changeset
|
156 "Uh, setting tem to '', an artificial empty string, in order to have |
03310dc92e46
Two more entries (yes, I'm easily amused).
Juanma Barranquero <lekktu@gmail.com>
parents:
73310
diff
changeset
|
157 j incremented once again before breaking out of the finished loop is |
03310dc92e46
Two more entries (yes, I'm easily amused).
Juanma Barranquero <lekktu@gmail.com>
parents:
73310
diff
changeset
|
158 readable? |
03310dc92e46
Two more entries (yes, I'm easily amused).
Juanma Barranquero <lekktu@gmail.com>
parents:
73310
diff
changeset
|
159 Is this kind of 'readable' synonymous to 'comprehensible with |
03310dc92e46
Two more entries (yes, I'm easily amused).
Juanma Barranquero <lekktu@gmail.com>
parents:
73310
diff
changeset
|
160 serious effort', reminiscent of mathematicians' use of 'trivial' as |
03310dc92e46
Two more entries (yes, I'm easily amused).
Juanma Barranquero <lekktu@gmail.com>
parents:
73310
diff
changeset
|
161 synonymous with 'provable with serious effort'?" |
03310dc92e46
Two more entries (yes, I'm easily amused).
Juanma Barranquero <lekktu@gmail.com>
parents:
73310
diff
changeset
|
162 -- RMS and David Kastrup |
74357 | 163 |
164 ---------------------------------------------------------------------- | |
165 | |
166 Re: New Emacs Icon and Tango | |
167 | |
168 "What about using the 'happy face' with gnu horns?" | |
169 "It would make Emacs the object of ridicule until the end of time." | |
170 "Isn't it already?" | |
171 "It's the object of ridicule until the end of _tape_. The jury is | |
172 still out about that end of time thing." | |
173 -- Kim F. Storm, Miles Bader, RMS and David Kastrup | |
75772 | 174 |
175 ---------------------------------------------------------------------- | |
176 | |
177 "Despite being a maths graduate, I can't think of any other such | |
178 constants with anything like the universality of e and pi." | |
179 "42" | |
180 -- Alan Mackenzie and David Hansen | |
77307 | 181 |
182 ---------------------------------------------------------------------- | |
183 | |
184 "[...] So please do not delete anything." | |
185 "Done." | |
186 -- RMS and David Kastrup | |
87897 | 187 |
188 ---------------------------------------------------------------------- | |
189 | |
190 "I guess that can work in some circumstances, but it bypasses the | |
191 printer drivers. Couldn't that lead to problems for the printer | |
192 drivers?" | |
193 "Current research is that software does not suffer feelings of | |
87899 | 194 depression or loneliness when it is left out of the picture, so I |
87897 | 195 wouldn't worry about it too much." |
196 -- Lennart Borgman and Jason Rumney |