[Bug 857207] New: xemacs tramp ssh completion returns "Wrong type argument: symbolp, ..."
https://bugzilla.novell.com/show_bug.cgi?id=857207 https://bugzilla.novell.com/show_bug.cgi?id=857207#c0 Summary: xemacs tramp ssh completion returns "Wrong type argument: symbolp, ..." Classification: openSUSE Product: openSUSE 13.1 Version: Final Platform: x86 OS/Version: openSUSE 13.1 Status: NEW Severity: Normal Priority: P5 - None Component: X11 Applications AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: novell@joerg.wedekind.de QAContact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:26.0) Gecko/20100101 Firefox/26.0 Hi, I have updated my System to the new OpenSuse 13.1 - but now the "autocomplete" mode on a tramp-ssh connection failed - which worked before. I could open a file if I know the hole path: C-x C-f /[ssh/server]path/to/file.name But if I use the <TAB>-key to list the directory content for example C-x C-f /[ssh/server]path/to/<TAB> I get the following error: ----------------- snipp ----------------- Wrong type argument: symbolp, (autoload "subr-more" "Return a sequence of numbers from FROM to TO (both inclusive) as a list. INC is the increment used between numbers in the sequence and defaults to 1. So, the Nth element of the list is (+ FROM (* N INC)) where N counts from zero. TO is only included if there is an N for which TO = FROM + N * INC. If TO is nil or numerically equal to FROM, return (FROM). If INC is positive and TO is less than FROM, or INC is negative and TO is larger than FROM, return nil. If INC is zero and TO is neither nil nor numerically equal to FROM, signal an error. This function is primarily designed for integer arguments. Nevertheless, FROM, TO and INC can be integer or float. However, floating point arithmetic is inexact. For instance, depending on the machine, it may quite well happen that (number-sequence 0.4 0.6 0.2) returns the one element list (0.4), whereas (number-sequence 0.4 0.8 0.2) returns a list with three elements. Thus, if some of the arguments are floats and one wants to make sure that TO is included, one may have to explicitly write TO as (+ FROM (* N INC)) or use a variable whose value was computed with this exact expression. Alternatively, you can, of course, also replace TO with a slightly larger value (or a slightly more negative value if INC is negative). arguments: (FROM &optional TO INC) " nil nil) ----------------- snapp ----------------- using the directory-Mode works... C-X d /[ssh/server]path/to/<ENTER> Tanks for your help Jörg Reproducible: Always Steps to Reproduce: 1. open xemacs 2. try to connect to a remote server via SSH - use <TAB>-Key for autocompletion and/or show possible extensions C-x C-F /[ssh/your.server]<TAB> If I downgrade the xemacs-packages to the version 20121119-2.1.1 shipped with OpenSuSE 12.3 the error is gone... So it looks like the xemacs-packages Version 20130822-2.1.4 contains the error. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=857207 https://bugzilla.novell.com/show_bug.cgi?id=857207#c zhang jiajun <jzhang@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jzhang@suse.com AssignedTo|bnc-team-screening@forge.pr |pcerny@suse.com |ovo.novell.com | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=857207 https://bugzilla.novell.com/show_bug.cgi?id=857207#c1 Reinhard Max <max@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |max@suse.com AssignedTo|pcerny@suse.com |werner@suse.com --- Comment #1 from Reinhard Max <max@suse.com> 2014-01-09 15:03:26 CET --- The problem seems to be that the number-sequence function in XEmacs is broken. If I edit tramp-compat.el to force the usage of the compat implementation, file name completion in tramp works fine. Note to screening team: this is an xemacs problem, not ssh. Reassigning accordingly. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=857207 https://bugzilla.novell.com/show_bug.cgi?id=857207#c2 Dr. Werner Fink <werner@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |i@marguerite.su --- Comment #2 from Dr. Werner Fink <werner@suse.com> 2014-01-09 14:57:14 UTC --- (In reply to comment #1) Please submit your fix as I do not have time for xemacs .. I'm busy with systemd. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=857207 https://bugzilla.novell.com/show_bug.cgi?id=857207#c3 --- Comment #3 from Reinhard Max <max@suse.com> 2014-01-09 17:21:57 CET --- What I did is only a workaround. A proper fix would IMO be to fix the number-sequence function in XEmacs, but I don't speak Lisp well enough to be able to do that. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=857207 --- Comment #12 from Bernhard Wiedemann <bwiedemann@suse.com> --- This is an autogenerated message for OBS integration: This bug (857207) was mentioned in https://build.opensuse.org/request/show/285651 13.1 / xemacs-packages https://build.opensuse.org/request/show/285652 13.2 / xemacs-packages https://build.opensuse.org/request/show/285655 Factory / xemacs-packages -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=857207 Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Whiteboard| |obs:running:3535:moderate -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=857207 --- Comment #13 from Swamp Workflow Management <swamp@suse.de> --- openSUSE-RU-2015:0354-1: An update that has one recommended fix can now be installed. Category: recommended (moderate) Bug References: 857207 CVE References: Sources used: openSUSE 13.2 (src): xemacs-packages-20130822-4.4.1 openSUSE 13.1 (src): xemacs-packages-20130822-2.4.1 -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=857207 Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Whiteboard|obs:running:3535:moderate | -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=857207 SMASH SMASH <smash_bz@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Whiteboard| | maint:planned:update -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=857207 Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Whiteboard| maint:planned:update |maint:planned:update | |ibs:running:473:low -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=857207 Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Whiteboard|maint:planned:update |maint:planned:update |ibs:running:473:low |ibs:running:473:moderate -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=857207 Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Whiteboard|maint:planned:update |maint:planned:update |ibs:running:473:moderate | -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=857207 http://bugzilla.novell.com/show_bug.cgi?id=857207#c15 --- Comment #15 from Swamp Workflow Management <swamp@suse.de> --- SUSE-RU-2015:1495-1: An update that has 6 recommended fixes can now be installed. Category: recommended (moderate) Bug References: 857207,902003,905625,924490,930170,932321 CVE References: Sources used: SUSE Linux Enterprise Workstation Extension 12 (src): xemacs-21.5.34-11.6, xemacs-packages-20130822-6.38 SUSE Linux Enterprise Desktop 12 (src): xemacs-21.5.34-11.6, xemacs-packages-20130822-6.38 -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=857207 Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Whiteboard|maint:planned:update | -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com