Skip to content

Commit

Permalink
Update to reflect changes made by Eli Zaretskii to support bidirectio…
Browse files Browse the repository at this point in the history
…nal editing in Emacs
  • Loading branch information
pft committed May 21, 2010
1 parent 0fd94b7 commit a1f6938
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.markdown
Expand Up @@ -24,6 +24,8 @@ simply should be run with the function `run-lisp')


poor-mans-bidi.el poor-mans-bidi.el
----------------- -----------------
UPDATE: as of version 24.1 of emacs (in version control), I happily declare this mode to be obsolete, deprecated and what not. Eli Zaretskii has come far with Bidi-support (which is activated by setting `bidi-display-reordering' to a non-`nil' value, on a per-buffer bases, so please use that for testing and reporting back problems.

While we do not have bidirectional support in GNU Emacs, this program can be used to write right-to-left languages such as Arab, Persian and Yiddish. While we do not have bidirectional support in GNU Emacs, this program can be used to write right-to-left languages such as Arab, Persian and Yiddish.


Shells out to command-line program such as fribidi of bidiv to show a mirror buffer with bidified output for a buffer in logical order. Shells out to command-line program such as fribidi of bidiv to show a mirror buffer with bidified output for a buffer in logical order.
Expand Down
4 changes: 2 additions & 2 deletions yiddish.el
@@ -1,6 +1,6 @@
;;; yiddish.el --- Quail package for inputting Yiddish characters -*-coding: utf-8;-*- ;;; yiddish.el --- Quail package for inputting Yiddish characters -*-coding: utf-8; bidi-display-reordering:t -*-


;; Copyright (C) 2008 Niels Giesen ;; Copyright (C) 2008, 2010 Niels Giesen


;; Author: Niels Giesen <com dot gmail at niels dot giesen, in reversed order> ;; Author: Niels Giesen <com dot gmail at niels dot giesen, in reversed order>
;; Keywords: mule, input method, Yiddish ;; Keywords: mule, input method, Yiddish
Expand Down

0 comments on commit a1f6938

Please sign in to comment.