comparison lisp/prim/about.el @ 120:cca96a509cfe r20-1b12

Import from CVS: tag r20-1b12
author cvs
date Mon, 13 Aug 2007 09:25:29 +0200
parents 7d55a9ba150c
children d2f30a177268
comparison
equal deleted inserted replaced
119:d101af7320b8 120:cca96a509cfe
181 (set who nil) 181 (set who nil)
182 (narrow-to-region (point) (point)) 182 (narrow-to-region (point) (point))
183 (let ((coding-system-for-read 'binary)) 183 (let ((coding-system-for-read 'binary))
184 (insert-file-contents who-xpm)) 184 (insert-file-contents who-xpm))
185 (if (looking-at "\037\235") ;may already be decompressed... 185 (if (looking-at "\037\235") ;may already be decompressed...
186 (let ((coding-system-for-write 'binary) 186 (let ((coding-system-for-read 'binary)
187 process-input-coding-system 187 (coding-system-for-write 'binary))
188 process-output-coding-system)
189 (call-process-region (point-min) (point-max) 188 (call-process-region (point-min) (point-max)
190 "zcat" t t nil))) 189 "zcat" t t nil)))
191 (set who (make-glyph 190 (set who (make-glyph
192 (prog1 (buffer-string) 191 (prog1 (buffer-string)
193 (delete-region (point-min) (point-max))))) 192 (delete-region (point-min) (point-max)))))
301 ('mrb "About Martin Buchholz") 300 ('mrb "About Martin Buchholz")
302 ('kyle "About Kyle Jones") 301 ('kyle "About Kyle Jones")
303 ('larsi "About Lars Magne Ingebrigtsen") 302 ('larsi "About Lars Magne Ingebrigtsen")
304 ('jens "About Jens Lautenbacher") 303 ('jens "About Jens Lautenbacher")
305 ('jareth "About Jareth Hein") 304 ('jareth "About Jareth Hein")
305 ('morioka "About MORIOKA Tomohiko")
306 ('others "About Everyone") 306 ('others "About Everyone")
307 ('features "New XEmacs Features") 307 ('features "New XEmacs Features")
308 ('history "XEmacs History") 308 ('history "XEmacs History")
309 ))) 309 )))
310 (delete-other-windows) 310 (delete-other-windows)
803 (insert "\n\n\tClick ") 803 (insert "\n\n\tClick ")
804 (about-xref "here" prev-page "Return to previous page") 804 (about-xref "here" prev-page "Return to previous page")
805 (insert " to go back to the previous page.\n") 805 (insert " to go back to the previous page.\n")
806 ) 806 )
807 807
808 ((eq xref 'jens) 808 ((eq xref 'jareth)
809 (about-face "P E Jareth Hein" 'bold) 809 (about-face "P E Jareth Hein" 'bold)
810 (insert " <jhod@jhod@po.iijnet.or.jp> 810 (insert " <jhod@po.iijnet.or.jp>
811 811
812 Jareth Hein is a mountain boy who abandoned his home state of 812 Jareth Hein is a mountain boy who abandoned his home state of
813 Colorado for the perpetual state of chaos known as Tokyo in a 813 Colorado for the perpetual state of chaos known as Tokyo in a
814 failed attempt to become a cel-animator, and a more successful 814 failed attempt to become a cel-animator, and a more successful
815 one to become a computer-game programmer. As he happens to be 815 one to become a computer-game programmer. As he happens to be
816 bilingual (guess which two?) he's been doing quite a bit of 816 bilingual (guess which two?) he's been doing quite a bit of
817 MULE hacking. He's also getting his hands dirty in the graphics 817 MULE hacking. He's also getting his hands dirty in the graphics
818 areas as well.") 818 areas as well.")
819
820 (insert "\n\n\tClick ")
821 (about-xref "here" prev-page "Return to previous page")
822 (insert " to go back to the previous page.\n")
823 )
824
825 ((eq xref 'morioka)
826 (about-face "MORIOKA Tomohiko" 'bold)
827 (insert " <morioka@jaist.ac.jp>
828
829 I am the author of tm-view (general MIME Viewer for GNU Emacs)
830 and major author and maintainer of tm (Tools for MIME; general
831 MIME package for GNU Emacs). In addition, I am working to unify
832 MULE API for Emacs and XEmacs. In XEmacs, I have ported many mule
833 features.
834
835 I am a doctoral student at School of Information Science of JAIST
836 (Japan Advanced Institute of Science and Technology, Hokuriku).
837 I'm interested in Natural Language, Affordance and writing systems.")
838
819 839
820 (insert "\n\n\tClick ") 840 (insert "\n\n\tClick ")
821 (about-xref "here" prev-page "Return to previous page") 841 (about-xref "here" prev-page "Return to previous page")
822 (insert " to go back to the previous page.\n") 842 (insert " to go back to the previous page.\n")
823 ) 843 )
900 looking forward to make a living out of my hobbies -- 920 looking forward to make a living out of my hobbies --
901 computers (and graphics). But because I have no deadline for 921 computers (and graphics). But because I have no deadline for
902 the exams and XEmacs betas are released at a high rate this 922 the exams and XEmacs betas are released at a high rate this
903 may take some time... 923 may take some time...
904 924
905 ") (about-xref "Jareth Hein" 'jens "Find out more about Jareth Hein") (insert " <jhod@jhod@po.iijnet.or.jp> 925 ") (about-xref "Jareth Hein" 'jareth "Find out more about Jareth Hein") (insert " <jhod@po.iijnet.or.jp>
906 Jareth Hein is a mountain boy who abandoned his home state of 926 Jareth Hein is a mountain boy who abandoned his home state of
907 Colorado for the perpetual state of chaos known as Tokyo in a 927 Colorado for the perpetual state of chaos known as Tokyo in a
908 failed attempt to become a cel-animator, and a more successful 928 failed attempt to become a cel-animator, and a more successful
909 one to become a computer-game programmer. As he happens to be 929 one to become a computer-game programmer. As he happens to be
910 bilingual (guess which two?) he's been doing quite a bit of 930 bilingual (guess which two?) he's been doing quite a bit of
911 MULE hacking. He's also getting his hands dirty in the graphics 931 MULE hacking. He's also getting his hands dirty in the graphics
912 areas as well. 932 areas as well.
933
934 ") (about-xref "MORIOKA Tomohiko" 'morioka "Find out more about MORIOKA Tomohiko") (insert " <morioka@jaist.ac.jp>
935
936 I am the author of tm-view (general MIME Viewer for GNU Emacs)
937 and major author and maintainer of tm (Tools for MIME; general
938 MIME package for GNU Emacs). In addition, I am working to unify
939 MULE API for Emacs and XEmacs. In XEmacs, I have ported many mule
940 features.
941 I am a doctoral student at School of Information Science of JAIST
942 (Japan Advanced Institute of Science and Technology, Hokuriku).
943 I'm interested in Natural Language, Affordance and writing systems.
913 944
914 Darrell Kindred <Darrell.Kindred@cmu.edu> 945 Darrell Kindred <Darrell.Kindred@cmu.edu>
915 Unofficial maintainer of the xemacs-beta list of extant bugs 946 Unofficial maintainer of the xemacs-beta list of extant bugs
916 and contributor of an extraordinary number of important bug 947 and contributor of an extraordinary number of important bug
917 fixes, many of them in areas that neither Chuck nor Ben were 948 fixes, many of them in areas that neither Chuck nor Ben were
974 spent a great deal of effort providing feedback, testing beta 1005 spent a great deal of effort providing feedback, testing beta
975 versions of XEmacs, providing patches to the source code, or 1006 versions of XEmacs, providing patches to the source code, or
976 doing all of the above. We couldn't have done it without them. 1007 doing all of the above. We couldn't have done it without them.
977 1008
978 Nagi M. Aboulenein <aboulene@ponder.csci.unt.edu> 1009 Nagi M. Aboulenein <aboulene@ponder.csci.unt.edu>
1010 Per Abrahamsen <abraham@dina.kvl.dk>
979 Gary Adams <gra@zeppo.East.Sun.COM> 1011 Gary Adams <gra@zeppo.East.Sun.COM>
980 Gennady Agranov <agranov@csa.CS.Technion.Ac.IL> 1012 Gennady Agranov <agranov@csa.CS.Technion.Ac.IL>
981 Mark Allender <allender@vnet.IBM.COM> 1013 Mark Allender <allender@vnet.IBM.COM>
982 Butch Anton <butch@zaphod.uchicago.edu> 1014 Butch Anton <butch@zaphod.uchicago.edu>
983 Fred Appelman <Fred.Appelman@cv.ruu.nl> 1015 Fred Appelman <Fred.Appelman@cv.ruu.nl>
1129 Manoj Srivastava <srivasta@pilgrim.umass.edu> 1161 Manoj Srivastava <srivasta@pilgrim.umass.edu>
1130 Francois Staes <frans@kiwi.uia.ac.be> 1162 Francois Staes <frans@kiwi.uia.ac.be>
1131 Jason Stewart <jasons@cs.unm.edu> 1163 Jason Stewart <jasons@cs.unm.edu>
1132 Rick Tait <rickt@gnu.ai.mit.edu> 1164 Rick Tait <rickt@gnu.ai.mit.edu>
1133 James Thompson <thompson@wg2.waii.com> 1165 James Thompson <thompson@wg2.waii.com>
1134 Morioka Tomohiko <morioka@jaist.ac.jp>
1135 Raymond L. Toy <toy@rtp.ericsson.se> 1166 Raymond L. Toy <toy@rtp.ericsson.se>
1136 John Turner <turner@xdiv.lanl.gov> 1167 John Turner <turner@xdiv.lanl.gov>
1137 Juan E. Villacis <jvillaci@cs.indiana.edu> 1168 Juan E. Villacis <jvillaci@cs.indiana.edu>
1169 Jan Vroonhof <vroonhof@math.ethz.ch>
1138 Vladimir Vukicevic <vladimir@intrepid.com> 1170 Vladimir Vukicevic <vladimir@intrepid.com>
1139 Peter Ware <ware@cis.ohio-state.edu> 1171 Peter Ware <ware@cis.ohio-state.edu>
1140 Yoav Weiss <yoav@zeus.datasrv.co.il> 1172 Yoav Weiss <yoav@zeus.datasrv.co.il>
1141 Rod Whitby <rwhitby@asc.corp.mot.com> 1173 Rod Whitby <rwhitby@asc.corp.mot.com>
1142 Rich Williams <rdw@hplb.hpl.hp.com> 1174 Rich Williams <rdw@hplb.hpl.hp.com>