emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Bug: <C-c '> not defined [8.2.10 (release_8.2.10 @ /Applications/Emacs.app/Contents/Resources/lisp/org/)]
@ 2016-06-01 13:29 Kejia柯嘉
  2016-06-01 17:36 ` Nicolas Goaziou
  0 siblings, 1 reply; 6+ messages in thread
From: Kejia柯嘉 @ 2016-06-01 13:29 UTC (permalink / raw)
  To: emacs-orgmode

From: Kejia Wu <w.kejia@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Bug: <C-c '> not defined [8.2.10 (release_8.2.10 @
/Applications/Emacs.app/Contents/Resources/lisp/org/)]
Date: Wed, 01 Jun 2016 09:24:47 -0400
Message-ID: <m2lh2pujmo.fsf@crystal.local>
--text follows this line--

Remember to cover the basics, that is, what you expected to happen and
what in fact did happen.  You don't know how to make a good report?  See

     http://orgmode.org/manual/Feedback.html#Feedback

Your bug report will be posted to the Org-mode mailing list.
------------------------------------------------------------------------

<C-c '> does enter an editing buffer, and in terms of the manual
(http://orgmode.org/manual/Literal-examples.html) <C-c '> does exit the
buffer:
```
C-c '
Edit the source code example at point in its native mode. This works
by switching to a temporary buffer with the source code. You need to
exit by pressing C-c ' again.
'''
however, <C-c '> is not defined in the code editing buffer now.

Emacs  : GNU Emacs 25.1.50.1 (x86_64-apple-darwin13.4.0, NS
appkit-1265.21 Version 10.9.5 (Build 13F1603))
 of 2016-05-19
Package: Org-mode version 8.2.10 (release_8.2.10 @
/Applications/Emacs.app/Contents/Resources/lisp/org/)

current state:
==============
(setq
 org-tab-first-hook '(org-hide-block-toggle-maybe
org-src-native-tab-command-maybe org-babel-hide-result-toggle-maybe
 org-babel-header-arg-expand)
 org-speed-command-hook '(org-speed-command-default-hook
org-babel-speed-command-hook)
 org-occur-hook '(org-first-headline-recenter)
 org-metaup-hook '(org-babel-load-in-session-maybe)
 org-confirm-shell-link-function 'yes-or-no-p
 org-after-todo-state-change-hook '(org-clock-out-if-current)
 org-src-mode-hook '(org-src-babel-configure-edit-buffer
org-src-mode-configure-edit-buffer)
 org-agenda-before-write-hook '(org-agenda-add-entry-text)
 org-babel-pre-tangle-hook '(save-buffer)
 org-mode-hook '(#[nil "\300\301\302\303\304$\207" [org-add-hook
change-major-mode-hook org-show-block-all append local] 5]
#[nil "\300\301\302\303\304$\207"
  [org-add-hook change-major-mode-hook org-babel-show-result-all
append local] 5]
org-babel-result-hide-spec org-babel-hide-all-hashes)
 org-ctrl-c-ctrl-c-hook '(org-babel-hash-at-point
org-babel-execute-safely-maybe)
 org-cycle-hook '(org-cycle-hide-archived-subtrees
org-cycle-hide-drawers org-cycle-hide-inline-tasks
 org-cycle-show-empty-lines org-optimize-window-after-visibility-change)
 org-confirm-elisp-link-function 'yes-or-no-p
 org-metadown-hook '(org-babel-pop-to-session-maybe)
 org-clock-out-hook '(org-clock-remove-empty-clock-drawer)
 )

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

* Re: Bug: <C-c '> not defined [8.2.10 (release_8.2.10 @ /Applications/Emacs.app/Contents/Resources/lisp/org/)]
  2016-06-01 13:29 Bug: <C-c '> not defined [8.2.10 (release_8.2.10 @ /Applications/Emacs.app/Contents/Resources/lisp/org/)] Kejia柯嘉
@ 2016-06-01 17:36 ` Nicolas Goaziou
  2016-06-15  3:31   ` Kejia柯嘉
  0 siblings, 1 reply; 6+ messages in thread
From: Nicolas Goaziou @ 2016-06-01 17:36 UTC (permalink / raw)
  To: Kejia柯嘉; +Cc: emacs-orgmode

Hello,

Kejia柯嘉 <w.kejia@gmail.com> writes:

> <C-c '> does enter an editing buffer, and in terms of the manual
> (http://orgmode.org/manual/Literal-examples.html) <C-c '> does exit the
> buffer:
> ```
> C-c '
> Edit the source code example at point in its native mode. This works
> by switching to a temporary buffer with the source code. You need to
> exit by pressing C-c ' again.
> '''
> however, <C-c '> is not defined in the code editing buffer now.
>
> Emacs  : GNU Emacs 25.1.50.1 (x86_64-apple-darwin13.4.0, NS
> appkit-1265.21 Version 10.9.5 (Build 13F1603))
>  of 2016-05-19
> Package: Org-mode version 8.2.10 (release_8.2.10 @
> /Applications/Emacs.app/Contents/Resources/lisp/org/)

Could you upgrade Org to a more recent version and try again?

Regards,

-- 
Nicolas Goaziou

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

* Re: Bug: <C-c '> not defined [8.2.10 (release_8.2.10 @ /Applications/Emacs.app/Contents/Resources/lisp/org/)]
  2016-06-01 17:36 ` Nicolas Goaziou
@ 2016-06-15  3:31   ` Kejia柯嘉
  2016-06-15 16:44     ` Nicolas Goaziou
  0 siblings, 1 reply; 6+ messages in thread
From: Kejia柯嘉 @ 2016-06-15  3:31 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 1046 bytes --]

Hi Nicolas,

I tried 8.3, but the issue is there, too.

Best regards,
Daniel

☵☯☲
2016年6月1日 13:36,"Nicolas Goaziou" <mail@nicolasgoaziou.fr>写道:

> Hello,
>
> Kejia柯嘉 <w.kejia@gmail.com> writes:
>
> > <C-c '> does enter an editing buffer, and in terms of the manual
> > (http://orgmode.org/manual/Literal-examples.html) <C-c '> does exit the
> > buffer:
> > ```
> > C-c '
> > Edit the source code example at point in its native mode. This works
> > by switching to a temporary buffer with the source code. You need to
> > exit by pressing C-c ' again.
> > '''
> > however, <C-c '> is not defined in the code editing buffer now.
> >
> > Emacs  : GNU Emacs 25.1.50.1 (x86_64-apple-darwin13.4.0, NS
> > appkit-1265.21 Version 10.9.5 (Build 13F1603))
> >  of 2016-05-19
> > Package: Org-mode version 8.2.10 (release_8.2.10 @
> > /Applications/Emacs.app/Contents/Resources/lisp/org/)
>
> Could you upgrade Org to a more recent version and try again?
>
> Regards,
>
> --
> Nicolas Goaziou
>

[-- Attachment #2: Type: text/html, Size: 1635 bytes --]

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

* Re: Bug: <C-c '> not defined [8.2.10 (release_8.2.10 @ /Applications/Emacs.app/Contents/Resources/lisp/org/)]
  2016-06-15  3:31   ` Kejia柯嘉
@ 2016-06-15 16:44     ` Nicolas Goaziou
  2016-06-22 19:05       ` Kejia柯嘉
  0 siblings, 1 reply; 6+ messages in thread
From: Nicolas Goaziou @ 2016-06-15 16:44 UTC (permalink / raw)
  To: Kejia柯嘉; +Cc: emacs-orgmode

Hello,

Kejia柯嘉 <w.kejia@gmail.com> writes:

> I tried 8.3, but the issue is there, too.

Did you try with "emacs -q" (or equivalent)? Also, what is the major
mode used in the code editing buffer? It may be rebinding <C-c '>.

Regards,

-- 
Nicolas Goaziou

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

* Re: Bug: <C-c '> not defined [8.2.10 (release_8.2.10 @ /Applications/Emacs.app/Contents/Resources/lisp/org/)]
  2016-06-15 16:44     ` Nicolas Goaziou
@ 2016-06-22 19:05       ` Kejia柯嘉
  2016-06-22 19:57         ` Nicolas Goaziou
  0 siblings, 1 reply; 6+ messages in thread
From: Kejia柯嘉 @ 2016-06-22 19:05 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 586 bytes --]

Hi Nicolas,

I tested with `q' option, and the same issue:
[C-c '] is undefined

I tested with Emacs 25.1.50.1, night building of 2016-06-21, from
emacsformacosx.com .

---
Daniel

☵☯☲
2016年6月15日 下午12:45,"Nicolas Goaziou" <mail@nicolasgoaziou.fr>写道:

> Hello,
>
> Kejia柯嘉 <w.kejia@gmail.com> writes:
>
> > I tried 8.3, but the issue is there, too.
>
> Did you try with "emacs -q" (or equivalent)? Also, what is the major
> mode used in the code editing buffer? It may be rebinding <C-c '>.
>
> Regards,
>
> --
> Nicolas Goaziou
>

[-- Attachment #2: Type: text/html, Size: 1045 bytes --]

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

* Re: Bug: <C-c '> not defined [8.2.10 (release_8.2.10 @ /Applications/Emacs.app/Contents/Resources/lisp/org/)]
  2016-06-22 19:05       ` Kejia柯嘉
@ 2016-06-22 19:57         ` Nicolas Goaziou
  0 siblings, 0 replies; 6+ messages in thread
From: Nicolas Goaziou @ 2016-06-22 19:57 UTC (permalink / raw)
  To: Kejia柯嘉; +Cc: emacs-orgmode

Hello,

Kejia柯嘉 <w.kejia@gmail.com> writes:

> I tested with `q' option, and the same issue:
> [C-c '] is undefined
>
> I tested with Emacs 25.1.50.1, night building of 2016-06-21, from
> emacsformacosx.com .

I don't know. You could try development version of Org. Some major/minor
mode might be unbinding C-c '.

Regards,

-- 
Nicolas Goaziou

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

end of thread, other threads:[~2016-06-22 19:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-01 13:29 Bug: <C-c '> not defined [8.2.10 (release_8.2.10 @ /Applications/Emacs.app/Contents/Resources/lisp/org/)] Kejia柯嘉
2016-06-01 17:36 ` Nicolas Goaziou
2016-06-15  3:31   ` Kejia柯嘉
2016-06-15 16:44     ` Nicolas Goaziou
2016-06-22 19:05       ` Kejia柯嘉
2016-06-22 19:57         ` Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).