[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Can't see Hebrew fonts in KDE 2.1.1
- To: Lior Kesos <lior(at-nospam)aduva.com>
- Subject: Re: Can't see Hebrew fonts in KDE 2.1.1
- From: Tzafrir Cohen <tzafrir(at-nospam)technion.ac.il>
- Date: Sun, 25 Nov 2001 20:02:40 +0200 (IST)
- cc: <linux-il(at-nospam)linux.org.il>
- Delivered-To: linux.org.il-linux-il@linux.org.il
- In-Reply-To: <3C012341.4080602@aduva.com>
- Sender: linux-il-bounce(at-nospam)cs.huji.ac.il
On Sun, 25 Nov 2001, Lior Kesos wrote:
> Played with it and got to a stage I can see the mixed fonts althoug
> they're all idented to the right.
> The wierd thing is that printing hebrew with -H is only possible with no
> vimrc file.
> The minute I use my default or even the hebrew enhanced .vimrc it
> appears to lose it's ability to print hebrew.
> Any ideas?
:h hebrew
My current macros are:
if has("rightleft")
"""""""""""""""""""""""""""""""""""""""""""""
" toggle both direction and hebrew keyboard mapping
" this is useful for logical-order hebrew editing
map <F9> :set invrl<CR>:set invhk<CR>
" do it when in insert mode as well (and return to insert mode)
imap <F9> <Esc>:set invrl<CR>:set invhk<CR>a
" toggle both reverse insertion and hebrew keyboard mapping
" this is useful for visual-order hebrew editing
map <F10> :set invrevins<CR>:set invhk<CR>
" do it when in insert mode as well (and return to insert mode)
"imap <F10> <Esc>:set invrevins<CR>:set invhk<CR>a
imap <F10> <C-_>
"toggle comand line language
cmap <S-F9> <C-_>
" toggale language and add at EOL
map <C-F9> :set invrl<CR>:set invhk<CR>
" do it when in insert mode as well (and return to insert mode)
imap <C-F9> <Esc>:set invrl<CR>:set invhk<CR>A
"""""""""""""""""""""""""""""""""""""""""""""
endif
--
Tzafrir Cohen /"\
mailto:tzafrir@technion.ac.il \ / ASCII Ribbon Campaign
Taub 229, 04-829-3942 X Against HTML Mail
http://www.technion.ac.il/~tzafrir / \
=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il