emacs-devel
[Top][All Lists]
Advanced

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

Re: [elpa] master 88578a4: Increase the default number of hits


From: Michael Albinus
Subject: Re: [elpa] master 88578a4: Increase the default number of hits
Date: Sat, 02 Jan 2016 17:45:17 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

Andreas Schwab <address@hidden> writes:

> Try this patch:
>
> diff --git a/packages/async/async.el b/packages/async/async.el
> index 7286c48..c3b5dc3 100644
> --- a/packages/async/async.el
> +++ b/packages/async/async.el
> @@ -129,7 +129,9 @@ as follows:
>      (eval sexp)))
>  
>  (defun async--insert-sexp (sexp)
> -  (let (print-level print-length)
> +  (let (print-level
> +     print-length
> +     (print-escape-multibyte t))
>      (prin1 sexp (current-buffer))
>      ;; Just in case the string we're sending might contain EOF
>      (encode-coding-region (point-min) (point-max) 'utf-8-unix)

Unfortunately, it didn't work.

> Andreas.

Best regards, Michael.



reply via email to

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