mg: revert-buffer

2012-10-12 Thread Jasper Lievisse Adriaanse
Hi, Here's a diff that implement revert-buffer (C-x r). I've split gotoline into the 'goto-line' specifics and the code that actually jumps to the line so it can be re-used by revert-buffer to restore the current line. OK? -- Cheers, Jasper Stay Hungry. Stay Foolish Index: basic.c

Re: mg: revert-buffer

2012-10-12 Thread Christiano F. Haesbaert
I want this baadlyyy, ill have a look. On Oct 12, 2012 12:30 PM, Jasper Lievisse Adriaanse jas...@openbsd.org wrote: Hi, Here's a diff that implement revert-buffer (C-x r). I've split gotoline into the 'goto-line' specifics and the code that actually jumps to the line so it can be

Kill NSC HYPERchannel leftover

2012-10-12 Thread Mike Belopuhov
Hi, Unless Miod objects, I'd like to kill this leftover. We don't seem to be ditching AF_* defines, so AF_HYLINK glory will be preserved. OK? diff --git sys/netinet/in_proto.c sys/netinet/in_proto.c index c146e49..0f7845f 100644 --- sys/netinet/in_proto.c +++ sys/netinet/in_proto.c @@ -322,25

Re: mg: revert-buffer

2012-10-12 Thread Jasper Lievisse Adriaanse
Seems I broke something between testing and sending out the diff. Updating diff coming later. On Fri, Oct 12, 2012 at 12:40:47PM +0200, Christiano F. Haesbaert wrote: I want this baadlyyy, ill have a look. On Oct 12, 2012 12:30 PM, Jasper Lievisse Adriaanse jas...@openbsd.org wrote:

ftp/www.openbsd.org downtime today. don't panic

2012-10-12 Thread Bob Beck
Hi Folks, The main web, ftp, and anoncvs servers are going to be down for a short period today while they move from data center to data center at the University of Alberta. The University has been so kind as to offer the project space in two racks in their new state of the art data centre in a

Re: mg: revert-buffer

2012-10-12 Thread Florian Obser
On 10/12/2012 02:49 PM, Jasper Lievisse Adriaanse wrote: Here's an updated diff that doesn't mix buffername with filenames. Index: basic.c === RCS file: /cvs/src/usr.bin/mg/basic.c,v retrieving revision 1.37 diff -p -u -r1.37

Re: ftp mput recursiv upload diff for testing

2012-10-12 Thread Christiano F. Haesbaert
ok haesbaert, sorry for the slacking :=). On Sat, Aug 11, 2012 at 05:48:13PM +0200, Alexander Bluhm wrote: On Mon, Jul 30, 2012 at 10:30:47AM +0200, Jan Klemkow wrote: Hopefully the final version. Yes, I think this is OK now. If anybody else could have a look at it, I will commit it.