all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* org-macs ignoring stock functionality
@ 2018-11-19 14:13 Sam Steingold
  2018-11-19 18:30 ` Nicolas Goaziou
  0 siblings, 1 reply; 4+ messages in thread
From: Sam Steingold @ 2018-11-19 14:13 UTC (permalink / raw)
  To: emacs-devel

Hi
I do not use org, but it
accidentally(https://emacs.stackexchange.com/a/46083/795) came to my
attention that org-macs.el duplicates some emacs stock functionality:

1. org-split-string - ignores split-string-default-separators; can
probably be simplified to (split-string string separators nil t)
2. org-current-line - can be replaced with line-number-at-pos
3. org-goto-line - can be replaced with goto-line

Shouldn't these functions be obsoleted? (cf org-compat)

Thanks.

-- 
Sam Steingold <http://sds.podval.org> <http://www.childpsy.net>
<http://steingoldpsychology.com>



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

end of thread, other threads:[~2018-11-19 22:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-19 14:13 org-macs ignoring stock functionality Sam Steingold
2018-11-19 18:30 ` Nicolas Goaziou
2018-11-19 21:01   ` Sam Steingold
2018-11-19 22:13     ` Nicolas Goaziou

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.