Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 527697
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T08:54:37+00:00 2026-05-13T08:54:37+00:00

I wonder if you know how to get hideshow work with new modes. For

  • 0

I wonder if you know how to get hideshow work with new modes. For instance, I have some extraneous code I want to hide with R. With folding-mode it can simply be

(load "folding" 'nomessage 'noerror)
(folding-add-to-marks-list 'ess-mode "# {{{"  "# }}}" nil t)
(add-hook 'ess-mode-hook 'turn-on-folding-mode)

I thought the hideshow equivalent would be

(add-to-list 'hs-special-modes-alist
         '(ess-mode "# {{{" "# }}}" "#[ #]?"
            hs-forward-sexp 
            hs-c-like-adjust-block-beginning
            ))
(add-hook 'ess-mode-hook '(lambda()
                (hs-minor-mode 1)
                (hs-hide-all)
                (custom-set-variables
                 (hs-hide-comments-when-hiding-all 0)
                 )
))

but I think there is some magic in hs-forward-sexp that I am not sure how to figure out?

I tried adapting a function written for c-sharp (replacing the regex search on region/endregion with {{{ and }}}) but no luck! I wonder if the solution is obvious to a veteran out there…

Thanks much!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T08:54:37+00:00Added an answer on May 13, 2026 at 8:54 am

    You didn’t specify what actually went wrong. When I tried using your configuration, I found that the (hs-hide-all) call failed with the wrong number of arguments because hs-forward-sexp takes two arguments, but was being called with one.

    Long story short, I can get the hiding to work properly for text mode (with the changes you had above) after fixing your initialization to be:

    (add-to-list 'hs-special-modes-alist
                 '(ess-mode "# {{{" "# }}}" "#[ #]?"
                             forward-sexp 
                             hs-c-like-adjust-block-beginning))
    

    You had hs-forward-sexp on the 3rd line, but what you really wanted was just regular forward-sexp.

    Note: my testing was actually in text-mode, but that shouldn’t affect the results.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 269k
  • Answers 269k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer No. The CLR handles memory allocation very differently than java… May 13, 2026 at 1:13 pm
  • Editorial Team
    Editorial Team added an answer It can't find your compiled Test.class file. You need to… May 13, 2026 at 1:13 pm
  • Editorial Team
    Editorial Team added an answer You can use P/Invoke to call NetWkstaUserEnum, which will enumerate… May 13, 2026 at 1:13 pm

Related Questions

My objective is to get the answer from up to 6000 Urls in the
I'm teaching/helping a student to program. I remember the following process always helped me
I really want to create a stunning-looking GUI desktop application that looks like, for
I was trying to programmatically go through presidential campaign contributions to see which web
Soon I will need to give a presentation on my honours project for the

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.