Hello *,
I'm new to vim. Occasionally I'd like to write Arabic texts.
When doing "vim -A txt" ("txt" being a new, not existing file),
all seems to be at its best: The cursor is in the upper right
corner of the monitor. After going into the enter mode by "i"
there can be read in the lower left corner:
"-- EINFÜGEN Arabisch --" (which means -- ENTERING Arabic --)
But then I explicitly have to enter ":set arabic" in order to enter
Arabic characters, otherwise there would appear latin characters.
Why? I did invoke vim with the option "-A"!
Then in Arabic mode: Though the cursor is going one position to
its left, the second Arabic character is NOT adjusted at the left
side of the first or the following ones, vim writes the Arabic
characters in left to right mode!
After doing ":set rl" or ":set rightleft" or "set: arabicshape"
nothing happens. vim continues writing from left to right.
Please, what should I do? Reading Arabic from left to right is
not really what an Arab is amused about.
In the following is my "vim --version". "Riesige Version ohne GUI" means
"Giant version without GUI". Up to now there is no "$VIM/vimrc",
"$HOME/.vimrc" nor "$HOME/.exrc".
Best regards,
Rudolf
--------------------------------------------------------------------
ca...@lena-maria:~$ vim --version
VIM - Vi IMproved 7.2 (2008 Aug 9, compiled Apr 19 2009 03:44:45)
Inklusive der Korrekturen: 1-148
Übersetzt von [email protected]
Riesige Version ohne GUI. Ein- (+) oder ausschließlich (-) der Eigenschaften:
+arabic +autocmd -balloon_eval -browse ++builtin_terms +byte_offset +cindent
-clientserver -clipboard +cmdline_compl +cmdline_hist +cmdline_info +comments
+cryptv +cscope +cursorshape +dialog_con +diff +digraphs -dnd -ebcdic
+emacs_tags +eval +ex_extra +extra_search +farsi +file_in_path +find_in_path
+float +folding -footer +fork() +gettext -hangul_input +iconv +insert_expand
+jumplist +keymap +langmap +libcall +linebreak +lispindent +listcmds +localmap
+menu +mksession +modify_fname +mouse -mouseshape +mouse_dec +mouse_gpm
-mouse_jsbterm +mouse_netterm -mouse_sysmouse +mouse_xterm +multi_byte
+multi_lang -mzscheme -netbeans_intg -osfiletype +path_extra -perl +postscript
+printer +profile -python +quickfix +reltime +rightleft -ruby +scrollbind
+signs +smartindent -sniff +statusline -sun_workshop +syntax +tag_binary
+tag_old_static -tag_any_white -tcl +terminfo +termresponse +textobjects +title
-toolbar +user_commands +vertsplit +virtualedit +visual +visualextra +viminfo
+vreplace +wildignore +wildmenu +windows +writebackup -X11 -xfontset -xim -xsmp
-xterm_clipboard -xterm_save
System-vimrc-Datei: "$VIM/vimrc"
Benutzer-vimrc-Datei: "$HOME/.vimrc"
Benutzer-exrc-Datei: "$HOME/.exrc"
Voreinstellung für $VIM: "/usr/share/vim"
Übersetzt: gcc -c -I. -Iproto -DHAVE_CONFIG_H -Wall -g -O2
Linken: gcc -Wl,--as-needed -o vim -lm -lncurses -lselinux -lacl -lgpm
--------------------------------------------------------------------
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---