Mercurial > hg > xemacs-beta
comparison lisp/prim/about.el @ 124:9b50b4588a93 r20-1b15
Import from CVS: tag r20-1b15
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:26:39 +0200 |
parents | d2f30a177268 |
children | 1370575f1259 |
comparison
equal
deleted
inserted
replaced
123:c77884c6318d | 124:9b50b4588a93 |
---|---|
78 (set (make-local-variable 'tab-width) 8) | 78 (set (make-local-variable 'tab-width) 8) |
79 (setq buffer-read-only t) | 79 (setq buffer-read-only t) |
80 (view-mode nil 'kill-buffer) ;; assume the new view-less | 80 (view-mode nil 'kill-buffer) ;; assume the new view-less |
81 (let* ((buffer-read-only nil) | 81 (let* ((buffer-read-only nil) |
82 (emacs-short-version (concat emacs-major-version "." emacs-minor-version)) | 82 (emacs-short-version (concat emacs-major-version "." emacs-minor-version)) |
83 (emacs-about-version (format "version %s; February 1997" emacs-short-version)) | 83 (emacs-about-version (format "version %s; April 1997" emacs-short-version)) |
84 (indent-tabs-mode t) | 84 (indent-tabs-mode t) |
85 ) | 85 ) |
86 (erase-buffer) | 86 (erase-buffer) |
87 (insert "\n") | 87 (insert "\n") |
88 (indent-to (startup-center-spaces xemacs-logo)) | 88 (indent-to (startup-center-spaces xemacs-logo)) |
302 ('larsi "About Lars Magne Ingebrigtsen") | 302 ('larsi "About Lars Magne Ingebrigtsen") |
303 ('jens "About Jens Lautenbacher") | 303 ('jens "About Jens Lautenbacher") |
304 ('jareth "About Jareth Hein") | 304 ('jareth "About Jareth Hein") |
305 ('morioka "About MORIOKA Tomohiko") | 305 ('morioka "About MORIOKA Tomohiko") |
306 ('dmoore "About David Moore") | 306 ('dmoore "About David Moore") |
307 ('thiessel "About Marcus Thiessel") | |
308 ('sperber "About Michael Sperber") | |
307 ('others "About Everyone") | 309 ('others "About Everyone") |
308 ('features "New XEmacs Features") | 310 ('features "New XEmacs Features") |
309 ('history "XEmacs History") | 311 ('history "XEmacs History") |
310 ))) | 312 ))) |
311 (delete-other-windows) | 313 (delete-other-windows) |
857 (insert "\n\n\tClick ") | 859 (insert "\n\n\tClick ") |
858 (about-xref "here" prev-page "Return to previous page") | 860 (about-xref "here" prev-page "Return to previous page") |
859 (insert " to go back to the previous page.\n") | 861 (insert " to go back to the previous page.\n") |
860 ) | 862 ) |
861 | 863 |
864 ((eq xref 'thiessel) | |
865 (about-face "Marcus Thiessel" 'bold) | |
866 (insert " <thiessel@rhrk.uni-kl.de> | |
867 | |
868 On May 1, 1996 he started working at University of Kaiserslautern in | |
869 the field of computer aided analog circuit design. His | |
870 responsibilities include the development and design of a CAD-Tool for | |
871 analog integrated circuits with special emphasis on distributed | |
872 software concepts. | |
873 | |
874 When all the daily hacking is done he tries to take care of XEmacs | |
875 website at <http://www.xemacs.org>.") | |
876 | |
877 (insert "\n\n\tClick ") | |
878 (about-xref "here" prev-page "Return to previous page") | |
879 (insert " to go back to the previous page.\n") | |
880 ) | |
881 | |
882 ((eq xref 'sperber) | |
883 (about-face "Michael Sperber [Mr. Preprocessor]" 'bold) | |
884 (insert " <sperber@informatik.uni-tuebingen.de> | |
885 | |
886 Mike ported EFS to XEmacs 20 and integrated EFS into XEmacs. He's | |
887 also responsible for the ports of facemenu.el and enriched.el. When | |
888 Mike isn't busy putting together patches for free software he has just | |
889 installed or changing his hairstyle, he does research in modern | |
890 programming languages and their implementation, and hopes that one day | |
891 XEmacs will speak Scheme.") | |
892 | |
893 (insert "\n\n\tClick ") | |
894 (about-xref "here" prev-page "Return to previous page") | |
895 (insert " to go back to the previous page.\n") | |
896 ) | |
897 | |
862 ((eq xref 'others) | 898 ((eq xref 'others) |
863 (insert "Click ") | 899 (insert "Click ") |
864 (about-xref "here" 'about "Return to previous page") | 900 (about-xref "here" 'about "Return to previous page") |
865 (insert " to go back to the previous page\n\n\t") | 901 (insert " to go back to the previous page\n\n\t") |
866 | 902 |
966 When he manages to have free time, he usually spends it on 200 | 1002 When he manages to have free time, he usually spends it on 200 |
967 mile bicycle rides, learning german or showing people the best | 1003 mile bicycle rides, learning german or showing people the best |
968 mail & news environment he's found in 10 years. (That'd be | 1004 mail & news environment he's found in 10 years. (That'd be |
969 XEmacs, Gnus and bbdb, of course.) He can be found at | 1005 XEmacs, Gnus and bbdb, of course.) He can be found at |
970 `druidmuck.egbt.org 4201' at various hours of the day. | 1006 `druidmuck.egbt.org 4201' at various hours of the day. |
1007 | |
1008 ") (about-xref "Marcus Thiessel" 'thiessel "Find out more about Marcus Thiessel") (insert " <thiessel@rhrk.uni-kl.de> | |
1009 | |
1010 On May 1, 1996 he started working at University of Kaiserslautern in | |
1011 the field of computer aided analog circuit design. His | |
1012 responsibilities include the development and design of a CAD-Tool for | |
1013 analog integrated circuits with special emphasis on distributed | |
1014 software concepts. | |
1015 | |
1016 When all the daily hacking is done he tries to take care of XEmacs | |
1017 website at <http://www.xemacs.org>. | |
1018 | |
1019 ") (about-xref "Michael Sperber" 'sperber "Find out more about Michael Sperber") (insert " <sperber@informatik.uni-tuebingen.de> | |
1020 | |
1021 Mike ported EFS to XEmacs 20 and integrated EFS into XEmacs. He's | |
1022 also responsible for the ports of facemenu.el and enriched.el. When | |
1023 Mike isn't busy putting together patches for free software he has just | |
1024 installed or changing his hairstyle, he does research in modern | |
1025 programming languages and their implementation, and hopes that one day | |
1026 XEmacs will speak Scheme. | |
971 | 1027 |
972 Darrell Kindred <Darrell.Kindred@cmu.edu> | 1028 Darrell Kindred <Darrell.Kindred@cmu.edu> |
973 Unofficial maintainer of the xemacs-beta list of extant bugs | 1029 Unofficial maintainer of the xemacs-beta list of extant bugs |
974 and contributor of an extraordinary number of important bug | 1030 and contributor of an extraordinary number of important bug |
975 fixes, many of them in areas that neither Chuck nor Ben were | 1031 fixes, many of them in areas that neither Chuck nor Ben were |
1200 Vinnie Shelton <shelton@icd.teradyne.com> | 1256 Vinnie Shelton <shelton@icd.teradyne.com> |
1201 John Shen <zfs60@cas.org> | 1257 John Shen <zfs60@cas.org> |
1202 Murata Shuuichirou <mrt@mickey.ai.kyutech.ac.jp> | 1258 Murata Shuuichirou <mrt@mickey.ai.kyutech.ac.jp> |
1203 Dinesh Somasekhar <somasekh@ecn.purdue.edu> | 1259 Dinesh Somasekhar <somasekh@ecn.purdue.edu> |
1204 Jeffrey Sparkes <jsparkes@bnr.ca> | 1260 Jeffrey Sparkes <jsparkes@bnr.ca> |
1205 Michael Sperber <sperber@informatik.uni-tuebingen.de> | |
1206 Manoj Srivastava <srivasta@pilgrim.umass.edu> | 1261 Manoj Srivastava <srivasta@pilgrim.umass.edu> |
1207 Francois Staes <frans@kiwi.uia.ac.be> | 1262 Francois Staes <frans@kiwi.uia.ac.be> |
1208 Anders Stenman <stenman@isy.liu.se> | 1263 Anders Stenman <stenman@isy.liu.se> |
1209 Jason Stewart <jasons@cs.unm.edu> | 1264 Jason Stewart <jasons@cs.unm.edu> |
1210 Rick Tait <rickt@gnu.ai.mit.edu> | 1265 Rick Tait <rickt@gnu.ai.mit.edu> |
1211 Marcus Thiessel <thiessel@rhrk.uni-kl.de> | |
1212 James Thompson <thompson@wg2.waii.com> | 1266 James Thompson <thompson@wg2.waii.com> |
1213 Raymond L. Toy <toy@rtp.ericsson.se> | 1267 Raymond L. Toy <toy@rtp.ericsson.se> |
1214 Remek Trzaska <remek@npac.syr.edu> | 1268 Remek Trzaska <remek@npac.syr.edu> |
1215 John Turner <turner@xdiv.lanl.gov> | 1269 John Turner <turner@xdiv.lanl.gov> |
1216 Juan E. Villacis <jvillaci@cs.indiana.edu> | 1270 Juan E. Villacis <jvillaci@cs.indiana.edu> |