Mercurial > emacs
view lisp/international/iso-acc.el @ 7291:373b9db3c71c
Removed some keystrokes for obscure toggle commands:
C-c C-v C-a, C-c C-v C-p, C-c C-v C-q and C-c C-v C-k.
(gnus-uu-decode-and-save-all-unread-articles-and-mark): Fn deleted.
(gnus-uu-decode-and-save-all-articles-and-mark): Fn deleted.
(gnus-uu-do-sloppy-uudecode): Variable deleted.
(gnus-uu-decode-and-save-articles): Rewritten.
(gnus-uu-grab-articles, gnus-uu-uustrip-article-as): Rewritten to
properly handle multiple encoded files in one gulp.
(gnus-uu-uustrip-article-as): Replace spaces in file names with
underscores before giving the file to uudecode.
(gnus-uu-save-in-digest): Doc fix.
(gnus-uu-save-articles, gnus-uu-save-article,
gnus-uu-digest-and-forward, gnus-uu-marked-digest-and-forward):
Changed old functions and added new functions to digest and
forward articles.
(gnus-uu-mark-thread): New function to mark a thread for later treatment.
(gnus-uu-mark-by-regexp): Changed to add articles instead of
clearing before adding.
(gnus-uu-check-for-generated-files): First delete files, then
directories.
(gnus-uu-edit-begin-line, gnus-uu-decode-and-show-in-buffer):
Select the current article before starting work.
(gnus-uu-decode-and-view-all-unread-articles)
(gnus-uu-decode-and-view-all-articles): Two new functions for
decoding and viewing all (unread) articles in a newsgroup.
(gnus-uu-view-directory, gnus-uu-unpack-archives,
gnus-uu-treat-archive): gnus-uu will now treat archives in
archives (etc) properly when viewing.
(gnus-uu-threaded-multi-decode-and-save,
gnus-uu-threaded-multi-decode-and-view): New interactive functions
for decoding/saving threads. Bound to `C-c C-v C-j'.
(gnus-uu-save-article): Added RFC1153-compliant digest saving.
(gnus-uu-initialize): Does some checks and expands
relative temp dir names.
(gnus-uu-decode-and-show-in-buffer)
(gnus-uu-decode-and-strip, gnus-uu-grab-articles)
(gnus-uu-decode-and-view-or-save): Allow multiple
encoded files to be decoded (and viewed) in one fell swoop.
(gnus-uu-work-dir): New variable.
(gnus-uu-view-file): Changed to work with metamail.
(gnus-uu-get-action, gnus-uu-toggle-view-with-metamail): New functions.
(gnus-uu-ext-to-mime, gnus-uu-view-with-metamail): New variables.
(gnus-uu-ctl-map): Add C-a binding.
(gnus-uu-summary-next-subject): Ensures that the next unread
article is moved to.
(gnus-uu-default-interactive-view-rules-end): New variable to
provide a "catch-all" when using interactive mode.
(gnus-uu-get-action): Changed viewing rules in interactive mode.
(gnus-uu-uustrip-article-as): Disabled
case-fold-search and changed gnus-uu-body-line to be more restrictive.
(gnus-uu-multi-decode-and-view-or-save,
gnus-uu-uustrip-article-as): Changed hard returns to \r.
(gnus-uu-post-reply-mode): New mode for sending encoded files.
(gnus-uu-post-news, gnus-uu-post-insert-binary-in-article)
(gnus-uu-post-encode-uuencode, gnus-uu-post-encode-mime-uuencode)
(gnus-uu-post-encode-mime, gnus-uu-post-make-mime)
(gnus-uu-post-encode-file, gnus-uu-post-news-inews)
(gnus-uu-post-insert-binary, gnus-uu-post-encoded): New functions.
(gnus-uu-post-encode-method, gnus-uu-post-include-before-composing)
(gnus-uu-post-threaded, gnus-uu-post-binary-separator): New variables.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 03 May 1994 06:05:48 +0000 |
parents | db0bbe836298 |
children | cc7cd83ccf3f |
line wrap: on
line source
;;; iso-acc.el -- minor mode providing electric accent keys ;;; Copyright (C) 1993 Free Software Foundation, Inc. ;; Author: Johan Vromans <jv@mh.nl> ;; Version: 1.7 (modified) ;; Maintainer: FSF ;; Keywords: i18n ;; This file is part of GNU Emacs. ;; GNU Emacs is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by ;; the Free Software Foundation; either version 2, or (at your option) ;; any later version. ;; GNU Emacs is distributed in the hope that it will be useful, ;; but WITHOUT ANY WARRANTY; without even the implied warranty of ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License ;; along with GNU Emacs; see the file COPYING. If not, write to ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. ;;; Commentary: ;; Function `iso-accents-mode' activates a minor mode ;; (`iso-accents-minor-mode') in which typewriter "dead keys" are ;; emulated. The purpose of this emulation is to provide a simple ;; means for inserting accented characters according to the ISO-8859-1 ;; character set. ;; ;; In `iso-accents-minor-mode', pseudo accent characters are used to ;; introduce accented keys. The pseudo-accent characterss are: ;; ;; ' (minute) -> grave accent ;; ` (backtick) -> acute accent ;; " (second) -> diaeresis ;; ^ (caret) -> circumflex ;; ~ (tilde) -> tilde over the character ;; / (slash) -> slash through the character. ;; Also: /A is A-with-ring and /E is AE ligature. ;; ;; The action taken depends on the key that follows the pseudo accent. ;; In general: ;; ;; pseudo-accent + appropriate letter -> accented letter ;; pseudo-accent + space -> pseudo-accent ;; pseudo-accent + pseudo-accent -> accent (if available) ;; pseudo-accent + other -> pseudo-accent + other ;; ;; If the pseudo-accent is followed by anything else than a ;; self-insert-command, the dead-key code is terminated, the ;; pseudo-accent inserted 'as is' and the bell is rung to signal this. ;; ;; Function `iso-accents-mode' can be used to enable the iso accents ;; minor mode, or disable it. ;; If you want only some of these characters to serve as accents, ;; set iso-accents-enable to the list of characters that should be special. ;;; Code: (provide 'iso-acc) (defvar iso-accents-list '(((?' ?A) ?\301) ((?' ?E) ?\311) ((?' ?I) ?\315) ((?' ?O) ?\323) ((?' ?U) ?\332) ((?' ?Y) ?\335) ((?' ?a) ?\341) ((?' ?e) ?\351) ((?' ?i) ?\355) ((?' ?o) ?\363) ((?' ?u) ?\372) ((?' ?y) ?\375) ((?' ?') ?\264) ((?' ? ) ?') ((?` ?A) ?\300) ((?` ?E) ?\310) ((?` ?I) ?\314) ((?` ?O) ?\322) ((?` ?U) ?\331) ((?` ?a) ?\340) ((?` ?e) ?\350) ((?` ?i) ?\354) ((?` ?o) ?\362) ((?` ?u) ?\371) ((?` ? ) ?`) ((?` ?`) ?`) ; no special code? ((?^ ?A) ?\302) ((?^ ?E) ?\312) ((?^ ?I) ?\316) ((?^ ?O) ?\324) ((?^ ?U) ?\333) ((?^ ?a) ?\342) ((?^ ?e) ?\352) ((?^ ?i) ?\356) ((?^ ?o) ?\364) ((?^ ?u) ?\373) ((?^ ? ) ?^) ((?^ ?^) ?^) ; no special code? ((?\" ?A) ?\304) ((?\" ?E) ?\313) ((?\" ?I) ?\317) ((?\" ?O) ?\326) ((?\" ?U) ?\334) ((?\" ?a) ?\344) ((?\" ?e) ?\353) ((?\" ?i) ?\357) ((?\" ?o) ?\366) ((?\" ?s) ?\337) ((?\" ?u) ?\374) ((?\" ?y) ?\377) ((?\" ? ) ?\") ((?\" ?\") ?\250) ((?\~ ?A) ?\303) ((?\~ ?C) ?\307) ((?\~ ?D) ?\320) ((?\~ ?N) ?\321) ((?\~ ?O) ?\325) ((?\~ ?a) ?\343) ((?\~ ?c) ?\347) ((?\~ ?d) ?\360) ((?\~ ?n) ?\361) ((?\~ ?o) ?\365) ((?\~ ?>) ?\273) ((?\~ ?<) ?\253) ((?\~ ?\ ) ?\~) ((?\~ ?\~) ?\270) ;; cedilla accent ((?\/ ?A) ?\305) ;; A-with-ring (Norwegian and Danish) ((?\/ ?E) ?\306) ;; AE-ligature (Norwegian and Danish) ((?\/ ?O) ?\330) ((?\/ ?a) ?\345) ;; a-with-ring (Norwegian and Danish) ((?\/ ?e) ?\346) ;; ae-ligature (Norwegian and Danish) ((?\/ ?o) ?\370) ((?\/ ?\ ) ?\/) ((?\/ ?\/) ?\260) ;; ring accent (actually degree sign?) ) "Association list for ISO accent combinations.") (defvar iso-accents-minor-mode nil "*Non-nil enables ISO Accents mode. Setting this variable makes it local to the current buffer. See `iso-accents-mode'.") (make-variable-buffer-local 'iso-accents-minor-mode) (defun iso-accents-accent-key (prompt) "Modify the following character by adding an accent to it." ;; Pick up the accent character. (if iso-accents-minor-mode (iso-accents-compose prompt) (char-to-string last-input-char))) (defun iso-accents-compose-key (prompt) "Modify the following character by adding an accent to it." ;; Pick up the accent character. (let ((combined (iso-accents-compose prompt))) (if unread-command-events (let ((unread unread-command-events)) (setq unread-command-events nil) (error "Characters %s and %s cannot be composed" (single-key-description (aref combined 0)) (single-key-description (car unread))))) combined)) (defun iso-accents-compose (prompt) (let* ((first-char last-input-char) ;; Wait for the second key and look up the combination. (second-char (if (or prompt (not (eq (key-binding "a") 'self-insert-command))) (progn (message "%s%c" (or prompt "Compose with ") first-char) (read-event)) (insert first-char) (prog1 (read-event) (delete-region (1- (point)) (point))))) (entry (assoc (list first-char second-char) iso-accents-list))) (if entry ;; Found it: delete the first character and insert the combination. (concat (list (nth 1 entry))) ;; Otherwise, advance and schedule the second key for execution. (setq unread-command-events (list second-char)) (vector first-char)))) (defvar iso-accents-enable '(?' ?` ?^ ?\" ?~ ?/) "*List of accent keys that become prefixes in ISO Accents mode. The default is (?' ?` ?^ ?\" ?~ ?/), which contains all the supported accent keys. For certain languages, you might want to remove some of those characters that are not actually used.") (or key-translation-map (setq key-translation-map (make-sparse-keymap))) ;; For sequences starting with an accent character, ;; use a function that tests iso-accents-minor-mode. (if (memq ?' iso-accents-enable) (define-key key-translation-map "'" 'iso-accents-accent-key)) (if (memq ?` iso-accents-enable) (define-key key-translation-map "`" 'iso-accents-accent-key)) (if (memq ?^ iso-accents-enable) (define-key key-translation-map "^" 'iso-accents-accent-key)) (if (memq ?\" iso-accents-enable) (define-key key-translation-map "\"" 'iso-accents-accent-key)) (if (memq ?~ iso-accents-enable) (define-key key-translation-map "~" 'iso-accents-accent-key)) (if (memq ?/ iso-accents-enable) (define-key key-translation-map "/" 'iso-accents-accent-key)) ;; It is a matter of taste if you want the minor mode indicated ;; in the mode line... ;; If so, uncomment the next four lines. ;; (or (assq 'iso-accents-minor-mode minor-mode-map-alist) ;; (setq minor-mode-alist ;; (append minor-mode-alist ;; '((iso-accents-minor-mode " ISO-Acc"))))) ;;;###autoload (defun iso-accents-mode (&optional arg) "Toggle ISO Accents mode, in which accents modify the following letter. This permits easy insertion of accented characters according to ISO-8859-1. When Iso-accents mode is enabled, accent character keys \(`, ', \", ^, / and ~) do not self-insert; instead, they modify the following letter key so that it inserts an ISO accented letter. The variable `iso-accents-enable' specifies the list of characters to enable as accents. If you don't need all of them, remove the ones you don't need from that list. Special combinations: ~c gives a c with cedilla, ~d gives a d with dash. \"s gives German sharp s. /a gives a with ring. /e gives an a-e ligature. ~< and ~> give guillemets. With an argument, a positive argument enables ISO Accents mode, and a negative argument disables it." (interactive "P") (if (if arg ;; Negative arg means switch it off. (<= (prefix-numeric-value arg) 0) ;; No arg means toggle. iso-accents-minor-mode) (setq iso-accents-minor-mode nil) ;; Enable electric accents. (setq iso-accents-minor-mode t))) ;;; iso-acc.el ends here