discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: RE: A little issue with Yap


From: Marko Riedel
Subject: Re: RE: A little issue with Yap
Date: Sat, 10 Feb 2007 22:59:18 +0100 (CET)

Hello all,

I will definitely fix this soon and precisely in the manner you describe.

I do think a2ps is useful to have, as it can format source code very
nicely. Moreover it has a delegation that lets you effortlessly use Yap to
preview and print LaTeX files. You need the right delegations, which,
however, are standard in most current a2ps installations, as documented on
the Yap web page.

Best regards,

Marko


--- MJ Ray <mjr@phonecoop.coop> schrieb:

> Marko Riedel <markoriedelde@yahoo.de> wrote:
> > go into Info/Preferences and set the defaults for a2ps and gs (as
> > documented on the web page). I guess Yap should do this automatically.
> I
> > will try to remember to implement this. Thanks!
> 
> I don't have a2ps installed and I'm not sure which of the many programs
> that call themselves a2ps it wants.
> 
> Yap seems to work well for PDF, PS, PNG and JPG viewing except for all
> these dialogue boxes on startup.  Stop it whinging so much with:
> 
> ; diff -u Controller.m^(.orig '')
> --- Controller.m.orig   2007-02-10 10:11:45.000000000 +0000
> +++ Controller.m        2007-02-10 10:13:42.000000000 +0000
> @@ -347,15 +347,13 @@
>      while((optClass=(Class)[optEn nextObject])!=nil){
>          opt = [optClass alloc];
>          if([opt initWithController:self]==nil){
> -            int result =
> -                NSRunAlertPanel(@"Warning",
> -                                @"Couldn't initialize option
> \"%@\":\n%@",
> -                                @"Ok", @"Abort", NULL,
> +            // int result =
> +                NSLog(@"Warning: Couldn't initialize option \"%@\":
> %@",
>                                  [opt title], [opt errMsg]);
>              [opt cleanupOption];
> -            if(result==NSAlertAlternateReturn){
> +            /* if(result==NSAlertAlternateReturn){
>                  break;
> -            }
> +            } */
>          }
>          else{
>              [unsorted addObject:opt];
> 
> 
> Can you put the version number on Yap's download page, please?
> 
> Hope that helps,
> -- 
> MJR/slef
> 
> 
> _______________________________________________
> Discuss-gnustep mailing list
> Discuss-gnustep@gnu.org
> http://lists.gnu.org/mailman/listinfo/discuss-gnustep
> 


+-------------------------------------------------------------+
| Marko Riedel, EDV Neue Arbeit gGmbH, markoriedelde@yahoo.de |
| http://www.geocities.com/markoriedelde/index.html           |
+-------------------------------------------------------------+


                
___________________________________________________________ 
Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de




reply via email to

[Prev in Thread] Current Thread [Next in Thread]