all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Bug in procedure from latin-pre.el
@ 2003-04-28 12:54 Bzyl Wlodzimierz
  2003-05-01 11:21 ` Kenichi Handa
  0 siblings, 1 reply; 2+ messages in thread
From: Bzyl Wlodzimierz @ 2003-04-28 12:54 UTC (permalink / raw)


This bug report will be sent to the Free Software Foundation,
not to your local site managers!
Please write in English, because the Emacs maintainers do not have
translators to read other languages for them.

Your bug report will be posted to the bug-gnu-emacs@gnu.org mailing list,
and to the gnu.emacs.bug news group.

In GNU Emacs 21.1.2 (hppa2.0n-hp-hpux11.00, X toolkit, Xaw3d scroll bars)
 of 2001-10-26 on quioch
Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: pl_PL.iso88592
  locale-coding-system: iso-latin-2
  default-enable-multibyte-characters: t

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:

In polish-slash input method the character '/' is used to
introduce polish diacritics. Currently the only way to input the
character '/' itself is to press `ctrl+q /' -- this is not
intuitive. More logical way to proceed is to press slash
twice '//'. So I propose to add the following line to 

--- latin-pre.el-------------------------------------------------
(quail-define-package
 "polish-slash" "Polish" "PL>" nil
 "Polish diacritics in Latin-2 encoding are input as `/[acelnosxzACELNOSXZ]'.
For example, the character named `aogonek' is obtained by `/a'."
 nil t t t nil nil nil nil nil nil t)

(quail-define-rules
 ("//" ?/  ;;; NEW LINE
-----------------------------------------------------------------

The input method works with other encodings too. So, it is also
necessary to change the documentation string above

-----------------------------------------------------------------
 "Polish diacritics and slash character are input as `/[acelnosxzACELNOSXZ/]'.
For example, the character named `aogonek' is obtained by `/a'."
-----------------------------------------------------------------

--Wlodek Bzyl.

Recent input:
<help-echo> <help-echo> <help-echo> <help-echo> <help-echo> 
<help-echo> <help-echo> <help-echo> <menu-bar> <help-menu> 
<report-emacs-bug>

Recent messages:
Loading font-lock...
Loading regexp-opt...done
Loading font-lock...done
Loading recentf...done
Loading /home/matwb/.recentf...done
(Shell command succeeded with no output)
For information about the GNU Project and its goals, type C-h C-p.
Loading places from ~/.emacs-places...
Loading places from /home/matwb/.emacs-places...done
Loading emacsbug...done

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Bug in procedure from latin-pre.el
  2003-04-28 12:54 Bug in procedure from latin-pre.el Bzyl Wlodzimierz
@ 2003-05-01 11:21 ` Kenichi Handa
  0 siblings, 0 replies; 2+ messages in thread
From: Kenichi Handa @ 2003-05-01 11:21 UTC (permalink / raw)
  Cc: bug-gnu-emacs

In article <20030428125417.46C5E8308@julia.univ.gda.pl>, Bzyl Wlodzimierz <matwb@julia.univ.gda.pl> writes:
> In polish-slash input method the character '/' is used to
> introduce polish diacritics. Currently the only way to input the
> character '/' itself is to press `ctrl+q /' -- this is not
> intuitive. More logical way to proceed is to press slash
> twice '//'. So I propose to add the following line to 
[...]
>  ("//" ?/  ;;; NEW LINE
> -----------------------------------------------------------------

> The input method works with other encodings too. So, it is also
> necessary to change the documentation string above

> -----------------------------------------------------------------
>  "Polish diacritics and slash character are input as `/[acelnosxzACELNOSXZ/]'.
> For example, the character named `aogonek' is obtained by `/a'."
> -----------------------------------------------------------------

Thank you for the good suggestion.  I installed that change
in HEAD.

---
Ken'ichi HANDA
handa@m17n.org

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-05-01 11:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-28 12:54 Bug in procedure from latin-pre.el Bzyl Wlodzimierz
2003-05-01 11:21 ` Kenichi Handa

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.