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 8486119
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T20:51:10+00:00 2026-06-10T20:51:10+00:00

I like format all my code using tab instead of space, but I just

  • 0

I like format all my code using tab instead of space, but I just want to convert spaces to tabs at the beginning of each lines.

Can tabify just convert space to tabs at the beging of lines?

  • 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-06-10T20:51:12+00:00Added an answer on June 10, 2026 at 8:51 pm

    The documentation for tabify mentions a suitable value for operating on line-leading whitespace only. I used it to write this function which I find handy, but you could just set it in your init file and forego a separate function:

    (defun tabify-leading (start end)
      "Call `tabify' with `tabify-regexp' set so that only leading
    spaces are treated."
      (interactive "r")
      (setq tabify-regexp-old tabify-regexp)
      (unwind-protect
          (progn
            (setq tabify-regexp "^\t* [ \t]+")
            (tabify start end))
        (setq tabify-regexp tabify-regexp-old)))
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i would like to set the date format of all the dates in my
I am using the code below but it is giving time out error. Though
I have a text file in JSON format that I downloaded using code from
How does Stack Overflow show the revision changes in the diff-like format they use?
So I have a list box that displays averages in a table like format
I like to format the local timeformat into a string without the year. At
I have text like this format term: 156^^^:^^59 datainput Or term: 156^^^:59 datainput or
I would like to format some commands execution times in a human readable format,
I'd like to format an integer in a way that it has leading zeros
I'd like to format my dates as follows: 12/24/2012 1/15/2012 1/ 4/2012 12/ 3/2012

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.