Andrew J.Swan [ajs] | 3 Jan 2003 00:55

Test

* Hi Slrn-user,

 Test

* Best regards ...
--

-- 
  `  _ ,  '       :: Linux Registered User [#168882]
 -  (o)o)  -      :: Powered by Slrn 0.9.7.4pl1 [2002-08-30] ("Blue Fish").
-ooO'(_)--Ooo---- :: Weakened by Windows 98/4.10.2222  A 
- Why is a cow ? Mu. ]:8(Ommmmmmmmmm)  [www.distributed.net]

-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

Thomas Schultz | 3 Jan 2003 12:52
Picon
Picon

Re: Followup without quoting original message?

Hi!

* "A. L. Meyers" <nospam.look <at> replyto.because.this.is.invalid> [Tue 2002-12-31 12:03 PM] :

> How can one followup without quoting the original message?

Maybe this entry from manual.txt can help you:

<--->
  7.2.25.  followup

  Default: "f"

  Write a followup on the current article. The following prefix
  arguments are accepted:

      1   Insert all headers.
      2   Insert all headers, but do not modify the article (no quoting,
          don't strip or attach signatures).
--

-- 
Thomas Schultz <tststs <at> gmx.de>  News on slrn: http://slrn.sf.net/news.html
.-----------------------------. [2002-03-13] slrn 0.9.7.4 is out
| Home of the slrn newsreader | [2002-02-03] Screenshot page online
| http://slrn.sourceforge.net | [2002-02-03] "Port" to Mac OS X

-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

(Continue reading)

Jurriaan | 3 Jan 2003 20:10
Picon
Picon
Favicon

Re: Help? [troublesome bug found - slrn dies in write()? ]

From: scorcora <at> wisc.edu <scorcora <at> wisc.edu>
Date: Mon, Dec 30, 2002 at 10:40:21PM -0600
> 
> My slrn segfaults when I try to download uuencoded stuff, before I ever get to
> decoding it.  Just starts downloading, goes for 30 seconds or so, then segfaults
> and I'm kicked back to command-line.
> I'm running 0.9.7.4pl1 (since yesterday, I upgraded to pl1 from 0.9.7.4 just to
> see if it helped and it didn't), on my 900mhz slackware 8.1 machine.
> 
> I don't have any exotic setup really, tell me what you need to know and I'll
> gladly fill you in.
> 
I've been having a private email conversation with this user, hoping to
be able to help him, but I'm stuck.

On screen he sees:

================
Save tagged articles? [Y]es, No, Cancel
orts):
/music/new/Alt.binaries.sounds.mp3.gothic-industrial
# 1/47: Retrieving... repost Sisters of
mercy - some girls wander by mistake [030ad    1/5002 lines (repost Sisters of
mercy - some girls wander by misi51052053054055056057058059051005105205305405505605705805905200510520530540550560570580590530051052053054055056057058059054005105205305405505605705805905500
Program terminated with signal SIGSEGV, Segmentation fault.
The program no longer exists.
(gdb) bt
No stack.
================

which seems to indicate a SIGSEGV when saving the article (line 500/5002
has just been saved). The slrn-executable is compiled with
(Continue reading)

A.L.Meyers | 3 Jan 2003 20:04

Re: Followup without quoting original message?

Thomas Schultz <tststs <at> gmx.de> writes:

> Hi!
> 
> * "A. L. Meyers" <nospam.look <at> replyto.because.this.is.invalid> [Tue 2002-12-31 12:03 PM] :
> 
> > How can one followup without quoting the original message?
> 
> Maybe this entry from manual.txt can help you:
> 
> <--->
>   7.2.25.  followup
> 
>   Default: "f"
> 
>   Write a followup on the current article. The following prefix
>   arguments are accepted:
> 
>       1   Insert all headers.
>       2   Insert all headers, but do not modify the article (no quoting,
>           don't strip or attach signatures).

Thanks, Thomas, but neither of them do what I would like:  write a
following WITHOUT the text of the previous post(s).  Without in any way
wishing to provoke a flame war but just by way of illustration, gnus
offers the "f" command which does exactly what I want while "F" quotes
the original post(s).  Until now in slrn have had to manually delete the
text of the previous messages to get what I want.

Lucien
(Continue reading)

Tomas Styblo | 4 Jan 2003 17:29
Picon

Re: Followup without quoting original message?

* A. L. Meyers <nospam.look <at> replyto.because..> [Fri, 03 Jan 2003]:
> Thanks, Thomas, but neither of them do what I would like:  write
> a following WITHOUT the text of the previous post(s).  Without
> in any way wishing to provoke a flame war but just by way of
> illustration, gnus offers the "f" command which does exactly
> what I want while "F" quotes the original post(s).  Until now in
> slrn have had to manually delete the text of the previous
> messages to get what I want.

In any decent editor you can create a simple macro to remove the
quoted lines and bind it to a keystroke. 

Maybe it would be a good idea to use vim ? :)

--

-- 
Tomas Styblo <tripie <at> cpan.org>
PGP: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xC97EA4B6

-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

Tomas Styblo | 4 Jan 2003 20:43
Picon

[PATCH] number based group selection


Hello.

This patch adds a new escape sequence "%N" to the
group_display_format option.

This escape sequence is replaced with number of the group.

This number may be used to quickly select a group with one or two
keystrokes. It works the same way as selecting articles using the
numbers in the article list.

To use the feature modify your group_display_format option to
include the "%N" escape sequence. For example like this:

group_display_format 0 "%F %-5u  [%-2N]  %n%60g%d"

When you want to select for example a group numbered "15", just
press "1" and "5". The selection cursor will move to that group.

New hook was added to allow the user to define a macro to
automatically enter the selected group:

public define group_number_hook()
{
    set_prefix_argument (4);  % optional
    call ("select_group");      
}

I have been using the patch with slrn version 0.9.7.4 compiled and 
(Continue reading)

Tomas Styblo | 4 Jan 2003 21:00
Picon

[PATCH] alphabetical group sorting


Hello.

This patch adds alphabetical sorting of groups to the group
list. By default the new function is bound to:

    ESC S

Alphabetical sorting of groups is useful when you connect to a
news server for the first time and are presented with an unsorted
disorganized mess of an active file.

Alphabetical sorting is very simple and has the advantage that the
result reasonably presents the hierarchical structure of the
groups (with a minor exception in case when the group name contains 
the "-" character).

These files were modified:

    group.c
    help.c

The patch is against version 0.9.7.4 and was tested on Linux.

Thanks.

--

-- 
Tomas Styblo <tripie <at> cpan.org>
PGP: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xC97EA4B6
(Continue reading)

Jurriaan | 4 Jan 2003 21:58
Picon
Picon
Favicon

largefile support in slrn?

Currently, slrn-0.9.7.4 gets a SIGSEGV when you try to save articles to
a file over 2 Gb in length.

I've just confirmed that by adding

CFLAGS = -g -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE

to the makefile, this works wonders. I've snipped this from the MPlayer
makefile, by the way.

Would patches to fix this be accepted? If so, I'll check if I can fix
configure. If you (Thomas) know how to code this in an instant, please
let me know and I won't bother.

After adding these flags, I could save a 3.9 Gb file just fine (it's a
DVD image) - now to check if uudecode/uudeview work on it....

Good luck,
Jurriaan
--

-- 
"You're determined to agree with me."
"Am I? Perhaps it is only that you've said nothing yet
that I can disagree with."
	Liath and Eldest Uncle, Kate Elliot - Child of Flame
GNU/Linux 2.5.53 SMP/ReiserFS 2x2752 bogomips 7 users load av: 2.17 2.22 2.59

-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
(Continue reading)

Tomas Styblo | 4 Jan 2003 22:35
Picon

Re: [PATCH] HTML and multipart messages


Hello.

This is a new version of the patch I posted one month ago.

The patch adds support for reasonable inline display of HTML-only
and MIME multi-part messages. Please note that this has nothing to
do with multi-part binary postings.

Detailed description of the patch is available in the initial
message of this thread.

List of changes in this version follows.

*) The code is now much cleaner and better structured.
Particularly the parsing of reformime output was centralized to
one function and the result is now available in a new structure.
Also new functions were added to obtain and free this structure in
order to allow other parts of the application to use the reformime
based MIME parser.

*) The user now can select what application he or she prefers to
to be used to convert HTML content into plain text when a
HTML-only message is displayed.

Sven suggested to use the mailcap facility for this purpose.
I looked into that idea and unfortunately I did not find the
motivation to implement an RFC 1524 compliant parser. RFC 1524 is
the standard where the mailcap facility is defined.

(Continue reading)

MT | 5 Jan 2003 04:52

editor command error

Could someone please explain why I get the following error message: The 
editor returned a non-zero status. I get this error message when I have 
set the editor command in .slrnrc

set editor_command "vim '%s' -g %d -tmp"

I also get this message when I quit slrn in a gnome terminal:

GUI cannot be used: Not enabled at compile time

Regards,

Mark Tessier

-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf


Gmane