In slime-package-fu.el slime-determine-symbol-style mishandles the case when where are no exported symbols

Bug #967327 reported by Orivej Desh
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Slime
New
Undecided
Unassigned

Bug Description

This doesn't work as intended when symbols is nil: the first, not the
third case is matched.

(cond ((every (lambda (x)
                (string-match "^:" x))
              symbols)
       (lambda (n) (format ":%s" n)))
      ((every (lambda (x)
                (string-match "^#:" x))
              symbols)
       (lambda (n) (format "#:%s" n)))
      (t
       slime-export-symbol-representation-function))

Tags: trivial
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.