Your message dated Thu, 01 Aug 2013 14:08:23 -0400
with message-id <[email protected]>
and subject line Re: Bug#717994: xdotool: 'type' in a script ignores newlines
has caused the Debian Bug report #717994,
regarding xdotool: 'type' in a script ignores newlines
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
717994: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=717994
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: xdotool
Version: 1:3.20130111.1-3
Severity: normal

Dear Maintainer,

The following shows an error in xdotool:
----
$ cat xdoscript 
key KP_Enter
type 'abc'
key KP_Enter
type '123'
$ xdotool xdoscript 

abckeyKP_Entertype123$ 
$ abckeyKP_Entertype123
----

I.e. in a script, after the first line with a 'type' command
the rest of the script file is echoed verbatim. Expected (and
elsewhere experienced) behaviour is that only the rest of the 
line with the type command is echoed, the next line starting 
a new command.

The xdoscript is plain ASCII, with unix line endings.
Setting locale to "C" does not fix the issue.

thank you for your time, 
Kalle

-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 3.9-1-686-pae (SMP w/2 CPU cores)
Locale: LANG=sv_FI.UTF-8, LC_CTYPE=sv_FI.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages xdotool depends on:
ii  libc6     2.17-7
ii  libx11-6  2:1.6.0-1
ii  libxdo3   1:3.20130111.1-3

xdotool recommends no packages.

xdotool suggests no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Hi Kalle--


On 07/27/2013 01:35 PM, Kalle Raiskila wrote:
> I.e. in a script, after the first line with a 'type' command
> the rest of the script file is echoed verbatim. Expected (and
> elsewhere experienced) behaviour is that only the rest of the 
> line with the type command is echoed, the next line starting 
> a new command.


I don't think this is a bug, this is xdotool working as documented.

reading xdotool(1), i see:

>>   type [options] something to type
 [...]
>>      Types as if you had typed it. Supports newlines and tabs (ASCII
>>      newline and tab). Each keystroke is separated by a delay given by
>>      the --delay option.
>> 
>>      With respect to "COMMAND CHAINING", this command consumes the
>>      remainder of the arguments and types them. That is, no commands can
>>      chain after 'type'.

I'm closing this ticket because i think it's working as documented, but
feel free to reopen it if you have more details that explain why i'm
mistaken.

Thanks for the report,

        --dkg

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---

Reply via email to