all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* edit-tab-stops complaint
@ 2015-05-25 11:14 Alan
  2015-05-26 13:47 ` Michael Heerdegen
  0 siblings, 1 reply; 2+ messages in thread
From: Alan @ 2015-05-25 11:14 UTC (permalink / raw)
  To: help-gnu-emacs

The "edit-tab-stops" function does not respect my setting of "tab-stop-list" in a file, containing at the bottom:

;; Local Variables:
;; mode: text
;; tab-stop-list: (20 30 40 50 60)
;; End:

I am using:

"GNU Emacs 24.4.1 (x86_64-apple-darwin13.4.0, NS apple-appkit-1265.21)
 of 2014-10-20 on builder10-9.porkrind.org"

I can fix this, by modifying the "edit-tab-stops" function in "indent.el" so that the line:

  (let ((tabs tab-stop-list))

is before the line:

  (switch-to-buffer (get-buffer-create "*Tab Stops*"))

With this change, my edit of the tab stops starts with the values present in "tab-stop-list" in the current buffer.  Without this change, each use of "edit-tab-stops" starts from no tab stops set.

I've checked the version of "indent.el" at:

http://cvs.savannah.gnu.org/viewvc/emacs/lisp/indent.el?root=emacs&view=markup

and it would draw the same complaint from me.


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: edit-tab-stops complaint
  2015-05-25 11:14 edit-tab-stops complaint Alan
@ 2015-05-26 13:47 ` Michael Heerdegen
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Heerdegen @ 2015-05-26 13:47 UTC (permalink / raw)
  To: help-gnu-emacs

Hello Alan,

> The "edit-tab-stops" function does not respect my setting of
> "tab-stop-list" in a file, containing at the bottom:

I never used that feature, but I can't find anything wrong in what you
say, and the current behavior doesn't seem useful indeed.  I suggest to
make a bug report.


Regards,

Michael.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-05-26 13:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-25 11:14 edit-tab-stops complaint Alan
2015-05-26 13:47 ` Michael Heerdegen

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.