emacs-devel
[Top][All Lists]
Advanced

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

Re: 22.1.90; desktop-save throws (error "No buffer named <uniquified buf


From: Stefan Monnier
Subject: Re: 22.1.90; desktop-save throws (error "No buffer named <uniquified buffername>")
Date: Fri, 08 Feb 2008 13:30:35 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux)

> +   ;; base name of the buffer; replaces the buffer name if managed by 
> uniquify
> +   (and (bound-and-true-p uniquify-managed)
> +     (uniquify-item-base (car uniquify-managed)))
>     ;; basic information
>     (desktop-file-name (buffer-file-name) desktop-dirname)
> -   (if (bound-and-true-p uniquify-managed)
> -       (uniquify-item-base (car uniquify-managed))
> -     (buffer-name))
> +   (buffer-name)
>     major-mode
>     ;; minor modes

Yuck!
Could you explain what is the problem, so we can try and find
a cleaner workaround?


        Stefan




reply via email to

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