/[emacs]/emacs/lisp/play/morse.el
ViewVC logotype

Diff of /emacs/lisp/play/morse.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by pj, Mon Jul 16 09:10:19 2001 UTC revision 1.4.8.1 by miles, Fri Apr 4 06:20:31 2003 UTC
# Line 1  Line 1 
1  ;;; morse.el --- convert text to morse code and back  ;;; morse.el --- convert text to morse code and back             -*- coding: utf-8 -*-
2    
3  ;; Copyright (C) 1995 Free Software Foundation, Inc.  ;; Copyright (C) 1995, 2002 Free Software Foundation, Inc.
4    
5  ;; Author: Rick Farnbach <rick_farnbach@MENTORG.COM>  ;; Author: Rick Farnbach <rick_farnbach@MENTORG.COM>
6  ;; Keywords: games  ;; Keywords: games
# Line 76  Line 76 
76                       ("6" . "-....")                       ("6" . "-....")
77                       ("7" . "--...")                       ("7" . "--...")
78                       ("8" . "---..")                       ("8" . "---..")
79                       ("9" . "----."))                       ("9" . "----.")
80                         ;; Non-ASCII
81                         ("Ä" . ".-.-")
82                         ("Æ" . ".-.-")
83                         ("Á" . ".--.-")
84                         ("Å" . ".--.-")
85                         ;; ligature character?? ("Ch" . "----")
86                         ("ß" . ".../...")
87                         ("É" . "..-..")
88                         ("Ñ" . "--.--")
89                         ("Ö" . "---.")
90                         ("Ø" . "---.")
91                         ("Ü" . "..--"))
92    "Morse code character set.")    "Morse code character set.")
93    
94  ;;;###autoload  ;;;###autoload

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.4.8.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26