Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.graphics.apps.gnuplot > #2495 > unrolled thread

gnuplot tab completion of filename

Started byRudra Banerjee <bnrj.rudra@live.com>
First post2014-06-25 04:45 -0700
Last post2014-06-25 20:17 +0200
Articles 3 — 3 participants

Back to article view | Back to comp.graphics.apps.gnuplot


Contents

  gnuplot tab completion of filename Rudra Banerjee <bnrj.rudra@live.com> - 2014-06-25 04:45 -0700
    Re: gnuplot tab completion of filename Olaf Schultz <o.schultz@enhydralutris.de> - 2014-06-25 19:53 +0200
    Re: gnuplot tab completion of filename Hans-Bernhard Bröker <HBBroeker@t-online.de> - 2014-06-25 20:17 +0200

#2495 — gnuplot tab completion of filename

FromRudra Banerjee <bnrj.rudra@live.com>
Date2014-06-25 04:45 -0700
Subjectgnuplot tab completion of filename
Message-ID<3a3e2c83-f473-4fae-8bed-86f2e1f0a9be@googlegroups.com>
Hi,
I am using gnuplot for long time, and one problem that I always feel is it is not closing the " on tab completion of filename.
e.g.
gnuplot> p 'fo<Tab>
will give me:
gnuplot> p 'fort.10 <cursor here, see the missing '>

while I would expect to have:
gnuplot> p 'fort.10' <cursor here>

I am using the rpm from fedora, which gives:
 show version long

	G N U P L O T
	Version 4.6 patchlevel 3    last modified 2013-04-12 
	Build System: Linux x86_64

	Copyright (C) 1986-1993, 1998, 2004, 2007-2013
	Thomas Williams, Colin Kelley and many others

	gnuplot home:     http://www.gnuplot.info
	faq, bugs, etc:   type "help FAQ"
	immediate help:   type "help"  (plot window: hit 'h')
Compile options:
-READLINE  +LIBEDITLINE  +HISTORY  
-BACKWARDS_COMPATIBILITY  +BINARY_DATA  
+GD_PNG  +GD_JPEG  +GD_TTF  +GD_GIF  +ANIMATION  
-USE_CWDRC  +X11  +X11_POLYGON  +MULTIBYTE  +X11_EXTERNAL +USE_MOUSE  +HIDDEN3D_QUADTREE  
+DATASTRINGS  +HISTOGRAMS  +OBJECTS  +STRINGVARS  +MACROS  +IMAGE  +USER_LINETYPES +STATS 

GNUPLOT_DRIVER_DIR = "/usr/libexec/gnuplot/4.6"
GNUPLOT_PS_DIR     = "/usr/share/gnuplot/4.6/PostScript"
HELPFILE           = "/usr/share/gnuplot/4.6/gnuplot.gih"


Kindly help.

[toc] | [next] | [standalone]


#2497

FromOlaf Schultz <o.schultz@enhydralutris.de>
Date2014-06-25 19:53 +0200
Message-ID<c10gkhFr18oU1@mid.individual.net>
In reply to#2495
You need the readline

If I see it right below it is not available.

Thats my toughest work at work: Make them (Sysads) to install gnuplot
WITH the readline.

Olaf



Rudra Banerjee wrote:
> Hi,
> I am using gnuplot for long time, and one problem that I always feel is it is not closing the " on tab completion of filename.
> e.g.
> gnuplot> p 'fo<Tab>
> will give me:
> gnuplot> p 'fort.10 <cursor here, see the missing '>
> 
> while I would expect to have:
> gnuplot> p 'fort.10' <cursor here>
> 
> I am using the rpm from fedora, which gives:
>  show version long
> 
> 	G N U P L O T
> 	Version 4.6 patchlevel 3    last modified 2013-04-12 
> 	Build System: Linux x86_64
> 
> 	Copyright (C) 1986-1993, 1998, 2004, 2007-2013
> 	Thomas Williams, Colin Kelley and many others
> 
> 	gnuplot home:     http://www.gnuplot.info
> 	faq, bugs, etc:   type "help FAQ"
> 	immediate help:   type "help"  (plot window: hit 'h')
> Compile options:
> -READLINE  +LIBEDITLINE  +HISTORY  
> -BACKWARDS_COMPATIBILITY  +BINARY_DATA  
> +GD_PNG  +GD_JPEG  +GD_TTF  +GD_GIF  +ANIMATION  
> -USE_CWDRC  +X11  +X11_POLYGON  +MULTIBYTE  +X11_EXTERNAL +USE_MOUSE  +HIDDEN3D_QUADTREE  
> +DATASTRINGS  +HISTOGRAMS  +OBJECTS  +STRINGVARS  +MACROS  +IMAGE  +USER_LINETYPES +STATS 
> 
> GNUPLOT_DRIVER_DIR = "/usr/libexec/gnuplot/4.6"
> GNUPLOT_PS_DIR     = "/usr/share/gnuplot/4.6/PostScript"
> HELPFILE           = "/usr/share/gnuplot/4.6/gnuplot.gih"
> 
> 
> Kindly help.

[toc] | [prev] | [next] | [standalone]


#2498

FromHans-Bernhard Bröker <HBBroeker@t-online.de>
Date2014-06-25 20:17 +0200
Message-ID<c10i22Frdd5U1@mid.dfncis.de>
In reply to#2495
On 25.06.2014 13:45, Rudra Banerjee wrote:

> I am using gnuplot for long time, and one problem that I always feel is it is not closing the " on tab completion of filename.

That is not a problem.  gnuplot will load the file just fine even 
without the closing quote.  Still-open quotes are silently closed when 
you press <enter>


[toc] | [prev] | [standalone]


Back to top | Article view | comp.graphics.apps.gnuplot


csiph-web