Your message dated Tue, 29 Jan 2008 18:58:54 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#463171: vim-gnome: does not remember changed font
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: vim-gnome
Version: 1:7.1-175+2
Severity: normal
Start gvim and change the font. When opening gvim the next time,
regardless whether you have closed the window in which you had changed
the font before or not, the font will be the default one again.
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.23.14-custom-eriks
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages vim-gnome depends on:
ii libbonoboui2-0 2.20.0-1 The Bonobo UI library
ii libc6 2.7-6 GNU C Library: Shared libraries
ii libglib2.0-0 2.14.5-2 The GLib library of C routines
ii libgnome2-0 2.20.1.1-1 The GNOME 2 library - runtime file
ii libgnomeui-0 2.20.1.1-1 The GNOME 2 libraries (User Interf
ii libgpmg1 1.19.6-25 General Purpose Mouse - shared lib
ii libgtk2.0-0 2.12.5-2 The GTK+ graphical user interface
ii libice6 2:1.0.4-1 X11 Inter-Client Exchange library
ii libncurses5 5.6+20080105-1 Shared libraries for terminal hand
ii libpango1.0-0 1.18.4-1 Layout and rendering of internatio
ii libperl5.8 5.8.8-12 Shared Perl library
ii libruby1.8 1.8.6.111-3 Libraries necessary to run Ruby 1.
ii libsm6 2:1.0.3-1+b1 X11 Session Management library
ii libx11-6 2:1.0.3-7 X11 client-side library
ii libxt6 1:1.0.5-3 X11 toolkit intrinsics library
ii python2.4 2.4.4-7 An interactive high-level object-o
ii vim-common 1:7.1-175+2 Vi IMproved - Common files
ii vim-gui-common 1:7.1-175+2 Vi IMproved - Common GUI files
ii vim-runtime 1:7.1-175+2 Vi IMproved - Runtime files
vim-gnome recommends no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
On Jan 29, 2008 5:55 PM, Erik Hahn <[EMAIL PROTECTED]> wrote:
> Start gvim and change the font. When opening gvim the next time,
> regardless whether you have closed the window in which you had changed
> the font before or not, the font will be the default one again.
As with all of Vim's settings, if you want a setting to persist across
sessions you need to store it on disk. This would be in ~/.vimrc (and
optionally in ~/.gvimrc for gvim-specific options, although they can
reside in .vimrc with proper conditionals).
James
--- End Message ---