Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
VM 8.0.0 is released
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  8 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
newsspam5removet...@robf.de  
View profile  
 More options May 31 2007, 6:24 pm
Newsgroups: gnu.emacs.vm.info
From: newsspam5REMOVET...@robf.de
Date: Fri, 01 Jun 2007 00:24:40 +0200
Local: Thurs, May 31 2007 6:24 pm
Subject: [ANNOUNCEMENT] VM 8.0.0 is released
Many thanks to all those which have tried the devo snapshots and
helped in squeezing bugs.

The 8.0.x versions are reserved for the remaining bugs while new
features will be in 8.1.0, i.e. better HTML support is on my
radar for now.

The new homepage http://www.nongnu.org/viewmail/ should be
refreshed by Savannah in the next few hours.  Kind of a road map
can be found in the TODO file which can be browsed at launchpad
http://codebrowse.launchpad.net/%7Ehack-robf/viewmail/trunk/files

Have fun,
Robert.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Katsumi Yamaoka  
View profile  
 More options May 31 2007, 11:00 pm
Newsgroups: gnu.emacs.vm.info
From: Katsumi Yamaoka <yama...@jpl.org>
Date: Fri, 01 Jun 2007 12:00:40 +0900
Local: Thurs, May 31 2007 11:00 pm
Subject: Re: [ANNOUNCEMENT] VM 8.0.0 is released

>>>>> In <851wgwr5qv....@robf.de> newsspam5REMOVET...@robf.de wrote:
> Many thanks to all those which have tried the devo snapshots and
> helped in squeezing bugs.
> The 8.0.x versions are reserved for the remaining bugs while new
> features will be in 8.1.0, i.e. better HTML support is on my
> radar for now.

Congratulations!

I'm going to recommend using VM 8.x with the emacs-w3m Info
manual and to remove vm-w3m.el in the emacs-w3m CVS repository.
Here is a patch to vm-8.1.0-devo-455 to make it synch with the
latest (the last) vm-w3m.el in emacs-w3m:

--8<---------------cut here---------------start------------->8---
--- vm-w3m.el~  2007-05-31 22:11:05 +0000
+++ vm-w3m.el   2007-06-01 02:59:02 +0000
@@ -1,6 +1,6 @@
 ;;; vm-w3m.el --- additional functions to make VM use emacs-w3m for HTML mails

-;; Copyright (C) 2003 Katsumi Yamaoka
+;; Copyright (C) 2003, 2005, 2006 Katsumi Yamaoka

 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
@@ -14,8 +14,8 @@

 ;; You should have received a copy of the GNU General Public License
 ;; along with this program; if not, write to the Free Software
-;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
-;; USA.
+;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+;; 02110-1301, USA.

 ;;; Commentary:

@@ -39,6 +39,7 @@

 (defvar vm-message-pointer)
 (defvar vm-mode-map)
+(defvar vm-w3m-mode-map)
 (defvar w3m-minor-mode-map)

 (defcustom vm-w3m-display-inline-images t
@@ -64,6 +65,15 @@
   :type '(choice (regexp :tag "Regexp")
                 (const :tag "All URLs are safe" nil)))

+(defcustom vm-w3m-use-w3m-minor-mode-map t
+  "Say whether to use emacs-w3m command keys in VM presentation buffers.
+Set this variable to nil if you don't want vm-w3m to override any VM
+commend keys.  If it is non-nil, you will not be able to use some VM
+command keys, which are bound to emacs-w3m commands defined in the
+`w3m-minor-mode-command-alist' variable."
+  :group 'w3m
+  :type 'boolean)
+
 (eval-and-compile
   (or (featurep 'xemacs) (>= emacs-major-version 21)
       (defvar vm-w3m-mode-map nil
@@ -146,7 +156,8 @@
        (delete-char -1)
        (add-text-properties
         start end
-        (nconc (vm-w3m-local-map-property)
+        (nconc (if vm-w3m-use-w3m-minor-mode-map
+                   (vm-w3m-local-map-property))
                ;; Put the mark meaning that this part was
                ;; inlined by emacs-w3m.
                '(text-rendered-by-emacs-w3m t)))
--8<---------------cut here---------------end--------------->8---

Best regards,


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Robert Marshall  
View profile  
 More options Jun 1 2007, 2:13 pm
Newsgroups: gnu.emacs.vm.info
From: Robert Marshall <s...@chezmarshall.freeserve.co.uk>
Date: Fri, 01 Jun 2007 18:13:27 GMT
Local: Fri, Jun 1 2007 2:13 pm
Subject: Re: [ANNOUNCEMENT] VM 8.0.0 is released

On Fri, 01 Jun 2007, Katsumi Yamaoka wrote:
>>>>>> In <851wgwr5qv....@robf.de> newsspam5REMOVET...@robf.de wrote:

>> Many thanks to all those which have tried the devo snapshots and
>> helped in squeezing bugs.

>> The 8.0.x versions are reserved for the remaining bugs while new
>> features will be in 8.1.0, i.e. better HTML support is on my
>> radar for now.

> Congratulations!

Seconded!

Robert
--
La grenouille songe..dans son château d'eau
Links and things http://rmstar.blogspot.com/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
newsspam5removet...@robf.de  
View profile  
 More options Jun 1 2007, 2:14 pm
Newsgroups: gnu.emacs.vm.info
From: newsspam5REMOVET...@robf.de
Date: Fri, 01 Jun 2007 20:14:07 +0200
Local: Fri, Jun 1 2007 2:14 pm
Subject: Re: [ANNOUNCEMENT] VM 8.0.0 is released

Katsumi Yamaoka <yama...@jpl.org> writes:
>>>>>> In <851wgwr5qv....@robf.de> newsspam5REMOVET...@robf.de wrote:

>> Many thanks to all those which have tried the devo snapshots and
>> helped in squeezing bugs.

>> The 8.0.x versions are reserved for the remaining bugs while new
>> features will be in 8.1.0, i.e. better HTML support is on my
>> radar for now.

> Congratulations!

Thanks ;-)

> I'm going to recommend using VM 8.x with the emacs-w3m Info
> manual and to remove vm-w3m.el in the emacs-w3m CVS repository.
> Here is a patch to vm-8.1.0-devo-455 to make it synch with the
> latest (the last) vm-w3m.el in emacs-w3m:

It is merged.

Robert.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "VM 8.0.0 is released & Install notes on RHEL 4" by John Murtari
John Murtari  
View profile  
 More options Jun 4 2007, 1:41 pm
Newsgroups: gnu.emacs.vm.info
From: John Murtari <jmurt...@thebook.com>
Date: Mon, 04 Jun 2007 13:41:27 -0400
Local: Mon, Jun 4 2007 1:41 pm
Subject: Re: VM 8.0.0 is released & Install notes on RHEL 4
Robert,

My thanks also for all the work you have done on vm!
I went to your site and tried it out.  Here are some notes:

I downloaded the 8.0 version from your site,
http://www.nongnu.org/viewmail/, into a temporary working area:

We are running RedHat Enterprise Linux 4 with xemacs packages.

I read your INSTALL/README and I configured it with:

./configure --with-xemacs --prefix=/usr/share

I did the 'make' and that seemed fine except for bdb.  I noticed
your INSTALL did not include a 'make install' -- I went ahead
and did it anyway (okay?), it installed files to:

/usr/share/xemacs/site-packages/lisp/vm

I did not change any of my xemacs or vm startup file.  I restarted
vm and it seemed to work fine.  The only 'visible' difference I
noticed were some different fonts/colors in the Summary.

I thought it would be easy to get some version confirmation just
to make sure I am actually running your stuff... Is there a command
I can give?

--
                                          John
___________________________________________________________________
John Murtari                              Software Workshop Inc.
jmurtari@following domain 315.635-1968(x-211)  "TheBook.Com" (TM)
http://thebook.com/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "VM 8.0.0 is released & Install" by John Murtari
John Murtari  
View profile  
 More options Jun 4 2007, 1:44 pm
Newsgroups: gnu.emacs.vm.info
From: John Murtari <jmurt...@thebook.com>
Date: Mon, 04 Jun 2007 13:44:19 -0400
Local: Mon, Jun 4 2007 1:44 pm
Subject: Re: [ANNOUNCEMENT] VM 8.0.0 is released & Install
Robert,

        Oops!  After sending the last message I found out where
the version was, right on the status bar at the bottom of
the window -- pretty sneaky!

--
                                          John
___________________________________________________________________
John Murtari                              Software Workshop Inc.
jmurtari@following domain 315.635-1968(x-211)  "TheBook.Com" (TM)
http://thebook.com/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "VM 8.0.0 is released & Install notes on RHEL 4" by newsspam5removet...@robf.de
newsspam5removet...@robf.de  
View profile  
 More options Jun 9 2007, 6:23 pm
Newsgroups: gnu.emacs.vm.info
From: newsspam5REMOVET...@robf.de
Date: Sun, 10 Jun 2007 00:23:54 +0200
Local: Sat, Jun 9 2007 6:23 pm
Subject: Re: VM 8.0.0 is released & Install notes on RHEL 4

Well I did not test that too much and I never will install into
the system directories my self, just into my home dir.

> -- I went ahead
> and did it anyway (okay?), it installed files to:

> /usr/share/xemacs/site-packages/lisp/vm

> I did not change any of my xemacs or vm startup file.  I restarted
> vm and it seemed to work fine.  The only 'visible' difference I
> noticed were some different fonts/colors in the Summary.

> I thought it would be easy to get some version confirmation just
> to make sure I am actually running your stuff... Is there a command
> I can give?

In a composition buffer you should see:

X-Mailer: VM 8.0.0-453 under XEmacs 21.4.21 (i686-pc-linux)

or something similar.

You could also M-x find-function vm-session-initialization RET
and find (require 'vm-rfaddons) 19 lines below.

Robert


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "VM 8.0.0 is released & Install" by newsspam5removet...@robf.de
newsspam5removet...@robf.de  
View profile  
 More options Jun 9 2007, 6:25 pm
Newsgroups: gnu.emacs.vm.info
From: newsspam5REMOVET...@robf.de
Date: Sun, 10 Jun 2007 00:25:02 +0200
Local: Sat, Jun 9 2007 6:25 pm
Subject: Re: [ANNOUNCEMENT] VM 8.0.0 is released & Install

John Murtari <jmurt...@thebook.com> writes:
> Robert,

>         Oops!  After sending the last message I found out where
> the version was, right on the status bar at the bottom of
> the window -- pretty sneaky!

Well that is the simple and boring way to figure it out ;-)

Robert.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »