[BACK]Return to patch-mew-virtual.el CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / mail / mew / patches

File: [cvs.NetBSD.org] / pkgsrc / mail / mew / patches / Attic / patch-mew-virtual.el (download)

Revision 1.1, Sat Jan 26 05:55:37 2013 UTC (11 years, 2 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1

Bump PKGREVISION.

* Fix slow curser move on emacs 24.2.
  Patches from upstream git.

$NetBSD: patch-mew-virtual.el,v 1.1 2013/01/26 05:55:37 ryoon Exp $

https://github.com/kazu-yamamoto/Mew/commit/c469b771ca404221ebccaf07d5bdd944fe47a78f

--- mew-virtual.el.orig	2012-04-16 03:18:13.000000000 +0000
+++ mew-virtual.el
@@ -36,6 +36,8 @@
   (setq buffer-read-only t)
   (setq truncate-lines t)
   ;;
+  (if (boundp 'bidi-paragraph-direction)
+      (setq bidi-paragraph-direction 'left-to-right))
   (make-local-variable 'tab-width)
   (make-local-variable 'search-invisible)
   (setq search-invisible nil)