From mboxrd@z Thu Jan 1 00:00:00 1970 From: Drew Adams Subject: RE: make slim auto-complete work in Org-mode (delete some ac-source in Org-mode). Date: Tue, 29 Jul 2014 20:22:54 -0700 (PDT) Message-ID: References: <87r413edu0.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <87r413edu0.fsf@gmail.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org To: stardiviner , Org-mode , Emacs help List-Id: emacs-orgmode.gnu.org > But this code will use =3Ddelq=3D to delete *global default* =3Dac-source= s=3D too. > But I only want to delete in Org-mode. > So is there some other ways to do it? `remq' is like `delq' but non-destructive - it modifies a copy. (And `remove' is like `delete' but non-destructive.)