emacs-devel
[Top][All Lists]
Advanced

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

Re: Best practices for sql-list-(table|all)?


From: Stefan Monnier
Subject: Re: Best practices for sql-list-(table|all)?
Date: Thu, 30 May 2013 09:35:56 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> schema and table elements as I learn the database layout).  If instead
> of quitting out of view-mode I just switch back to my sql-mode buffer,
> the second call to the sql-list-foo command gives a "Buffer is
> read-only" error.

Sounds like a bug.  Either it shouldn't use view-mode, or (more likely)
it should let-bind inhibit-read-only around the code that (re)populates
the buffer.


        Stefan



reply via email to

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