weechat-dev
[Top][All Lists]
Advanced

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

[Weechat-dev] [bug #36584] aliases beginning with # are not loaded on st


From: INVALID.NOREPLY
Subject: [Weechat-dev] [bug #36584] aliases beginning with # are not loaded on startup
Date: Sun, 03 Jun 2012 19:31:01 +0000
User-agent: Mozilla/5.0 (X11; Linux i686; rv:12.0) Gecko/20100101 Firefox/12.0

URL:
  <http://savannah.nongnu.org/bugs/?36584>

                 Summary: aliases beginning with # are not loaded on startup
                 Project: WeeChat
            Submitted by: seschwar
            Submitted on: Sun 03 Jun 2012 21:31:00 CEST
                Category: alias plugin
                Severity: 3 - Normal
              Item Group: other
                  Status: None
                 Privacy: Public
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 0.3.8
                IRC nick: seschwar

    _______________________________________________________

Details:

This is what happend recently:

/alias # input jump_last_buffer_displayed
Alias "#" => "input jump_last_buffer_displayed" created
/quit
(starting weechat again)
/#
Error: unknown command "#" (type /help for help)

When you have a look at alias.conf it is rather obvious why that
alias wasn't loaded:

[cmd]
# = "input jump_last_buffer_displayed"

The line for the alias looks like a comment and thus is ignored
by WeeChat.  WeeChat should have a way to escape characters
which prevent config files from being parsed correctly.  I
imagine the following could cause problems too:

/alias [ away ]





    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?36584>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/




reply via email to

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