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/


_______________________________________________
Weechat-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/weechat-dev

Reply via email to