Hi,

I can easily close the current buffer with a command like (on the mac)

   LYXPIPE=$(find ~/Library/Application\ Support ~/.lyx \
      -name .lyxpipe.in 2>/dev/null | head -1)  
   echo "LYXCMD:P2:buffer-close" > "$LYXPIPE"

Is it possible to close a named buffer even another was "active" using
the LYXPIPE mechanism?

Let's say the file names I am editing are a.lyx and b.lyx, and a.lyx is
in front, how would I close b.lyx while keeping a.lyx in front/active?

I am willing to RTFM :-)-O

el

-- 
To email me replace 'nospam' with 'el'

-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users

Reply via email to