From: suvayu ali <fatkasuvayu@gmail.com>
To: nicholas.dokos@hp.com
Cc: emacs-orgmode@gnu.org
Subject: Re: Problem with choosing mode while editing blocks with C-c '
Date: Wed, 14 Mar 2012 03:32:18 +0100 [thread overview]
Message-ID: <CAMXnza25zaq7o2_HzCkVz63MWwfRJ5GwOD+Yp6d6N0GUsRgHSQ@mail.gmail.com> (raw)
In-Reply-To: <19361.1331685259@alphaville>
Hi Nick,
Apologies on not responding sooner. I was preparing my slides for a
presentation tomorrow.
On Wed, Mar 14, 2012 at 01:34, Nick Dokos <nicholas.dokos@hp.com> wrote:
> Thorsten <quintfall@googlemail.com> wrote:
>
>> suvayu ali <fatkasuvayu+linux@gmail.com> writes:
>>
>> Hi,
>>
>> > I am having problems editing blocks with C-c '. If the blocks are marked
>> > with upper case letters Emacs brings up the temporary buffer in
>> > picture-mode.
>> >
>> > #+BEGIN_SRC latex
>> >
>> > #+END_SRC
>> >
>> > However the buffer mode is chosen correctly if lower case letters are
>> > used.
>> >
>> > #+begin_src latex
>> >
>> > #+end_src
>> >
>> > Any ideas what could be wrong?
>>
>> There was a discussion of this topic recently, I had and still have my quote source
>> blocks in artists (picture) mode and thought this was strange behaviour.
>
> BTW, artist-mode is *not* the same as picture-mode.
>
Actually I keep confusing between the two and I'm not sure which I was
seeing. I also forgot to mention I did not see the problem with a
minimal setup. I got frustrated (I had to get the talk done), so I
restarted Emacs and worked with LaTeX directly. Now in my new session I
cannot replicate my issue. However it still breaks in a different way.
Hitting C-c ' prompts me for a filename or a url.
> For the OP (Suvayu): can you do C-h v org-edit-fixed-width-region-mode
> RET and post the result? If the value is picture-mode, then I can
> vaguely glimpse a (rather far-fetched) possible scenario that might get
> you into the problem you describe, but I'd rather try to rule it out
> first.
>
This variable is set to artist-mode.
I did a binary search through my setup and found the problem occurs when
case-fold-search is set to nil.
You can replicate this with the following contents in an org file and
(setq case-fold-search nil).
----8<-------------------8<----
* Heading
#+BEGIN_SRC latex
%% this is a LaTeX comment
#+END_SRC
#+begin_src latex
%% this is a LaTeX comment
#+end_src
----8<-------------------8<----
C-c ' on the first block shold prompt you for a file or url and the
second block should present a temporary buffer in latex mode.
I have actually seen both these problem (the artist-mode and prompt for
file or url) for quite a while from time to time. But I could never
replicate them consistently. I guess today is my (somewhat) lucky
day. :)
> Nick
>
>
Hope this helps paint a clearer picture.
--
Suvayu
Open source is the future. It sets us free.
next prev parent reply other threads:[~2012-03-14 2:32 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-13 22:02 Problem with choosing mode while editing blocks with C-c ' suvayu ali
2012-03-13 22:43 ` Nick Dokos
2012-03-13 23:04 ` Thorsten
2012-03-14 0:14 ` Nick Dokos
2012-03-14 7:07 ` Thorsten
[not found] ` <quintfall@googlemail.com>
2012-03-14 0:34 ` Nick Dokos
[not found] ` <fatkasuvayu@gmail.com>
2012-03-06 2:13 ` [BUG] LATEX_CLASS_OPTIONS not working suvayu ali
2012-03-06 2:42 ` Nick Dokos
2012-03-06 15:11 ` suvayu ali
2012-03-07 22:20 ` Nick Dokos
2012-03-08 0:43 ` suvayu ali
2012-03-14 2:32 ` suvayu ali [this message]
2012-03-14 2:59 ` Problem with choosing mode while editing blocks with C-c ' Nick Dokos
2012-03-14 3:11 ` Nick Dokos
2012-03-14 8:41 ` suvayu ali
2012-03-14 9:03 ` Suvayu Ali
2012-03-14 13:50 ` Nick Dokos
2012-03-20 2:04 ` Bastien
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CAMXnza25zaq7o2_HzCkVz63MWwfRJ5GwOD+Yp6d6N0GUsRgHSQ@mail.gmail.com \
--to=fatkasuvayu@gmail.com \
--cc=emacs-orgmode@gnu.org \
--cc=nicholas.dokos@hp.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).